Skip to content
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
@Tragetaschen

Description

@Tragetaschen

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions