-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[browser][MT] deadlock while disposing JS object from suspended thread #88663
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue Details[14:15:48] info: smoke: running GCCollect
|
Tagging subscribers to this area: @BrzVlad Issue Details
|
probably because calling back to JS to free the JS object need be dispatched on suspended thread. |
This should be resolved because, the dispose is dispatched asynchronously to the owning thread now. See Lines 109 to 110 in 72604a4
|
Log
The text was updated successfully, but these errors were encountered: