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 was archived by the owner on Dec 18, 2018. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Tragetaschen
pushed a commit
to Tragetaschen/KestrelHttpServer
that referenced
this issue
Feb 11, 2015
UvShutdownReq
's base classUvMemory
only allocates a weak GC-handle. This means between creating the class in aConnection
and having libuv running the callback method, it's free for collection and the Finalizer might run, which frees the memoryThe text was updated successfully, but these errors were encountered: