-
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: Wait for the executor.dispose done before exit the isolate (#93)
We send a `null` to the sub isolate the clean up the native resources(`destroyNativeApiEngine`...), but we do not wait for the clean-up logic to be finished, which will cause an error if we want to clean up something relative to the native resources right after the `dispose` function in sychronize way.
- Loading branch information
1 parent
d82e2c0
commit dc202d9
Showing
2 changed files
with
6 additions
and
8 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
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