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: Fix thread-safety issues when accessing dartMessageHandlerManager_ #105

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

littleGnAl
Copy link
Contributor

The OnEvent is invoked from the Native SDK thread, and the other C functions are invoked from the dart thread(isolate), add mutex to ensure thread-safe.

@littleGnAl littleGnAl merged commit 4fe6e7b into main Sep 24, 2024
25 checks passed
@littleGnAl littleGnAl deleted the littlegnal/thread-safe branch September 24, 2024 06:30
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.

1 participant