Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: unsafe annotation is not safe to use #204

Closed
wants to merge 1 commit into from

Conversation

lrworth
Copy link

@lrworth lrworth commented Jan 7, 2025

In an AWS Lambda we intermittently saw

bootstrap: schedule: re-entered unsafely.
Perhaps a 'foreign import unsafe' should be 'safe'?

Fixes #201

In an AWS Lambda we intermittently saw

```
bootstrap: schedule: re-entered unsafely.
Perhaps a 'foreign import unsafe' should be 'safe'?
```
@lrworth
Copy link
Author

lrworth commented Jan 7, 2025

I'll mark this ready once we have some confidence that this fixes the problem we are seeing.

@lrworth
Copy link
Author

lrworth commented Jan 15, 2025

We ran our code with this version of hw-kafka-client and still see the error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

_destroy functions might need foreign import safe?
1 participant