You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.
Yep, exactly the same kind of thing. This particular bug is about marshalling back onto the loop thread in order to call uv_close when something like tcp safehandle is garbage collected. The gc happens on a random finalizer thread...
That can happen when a safehandle is GC'ed - to work this will actually need to queue to the loop handle to actually finish releasing?
The text was updated successfully, but these errors were encountered: