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 Blocking behavior in Node.js bindings #1156

Merged
merged 4 commits into from
Sep 6, 2023

Conversation

abdulmth
Copy link
Contributor

@abdulmth abdulmth commented Sep 6, 2023

fixes #1097

Tokio's mpsc channel doesn't work since receiving is async. So I think panic is good enough for now, and it's the same behavior in the old bindings.

@abdulmth abdulmth changed the title Fix Blocking behaviour in Node.js bindings Fix Blocking behavior in Node.js bindings Sep 6, 2023
DaughterOfMars
DaughterOfMars previously approved these changes Sep 6, 2023
Copy link
Member

@thibault-martinez thibault-martinez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changelog

DaughterOfMars
DaughterOfMars previously approved these changes Sep 6, 2023
Thoralf-M
Thoralf-M previously approved these changes Sep 6, 2023
Alex6323
Alex6323 previously approved these changes Sep 6, 2023
@thibault-martinez thibault-martinez merged commit a877f28 into iotaledger:develop Sep 6, 2023
9 checks passed
@abdulmth abdulmth deleted the fix/thread-blocking branch September 7, 2023 07:20
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.

Improve perfomance of @iota/sdk
6 participants