-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix thread-safety issues when accessing dartMessageHandlerManage…
…r_ (#105) 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.
- Loading branch information
1 parent
faa774a
commit 4fe6e7b
Showing
1 changed file
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters