This repository was archived by the owner on Dec 18, 2018. It is now read-only.
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
Shutdown requests might free their memory before running the callback #63
Closed
Description
UvShutdownReq
's base class UvMemory
only allocates a weak GC-handle. This means between creating the class in a Connection
and having libuv running the callback method, it's free for collection and the Finalizer might run, which frees the memory
Metadata
Metadata
Assignees
Labels
No labels