Skip to content

Improve lifetime management around the uv loop #7454

@cjen1-msft

Description

@cjen1-msft

We have several raw pointers in our tcp handlers (and IO threads) which use the uv loop to manage their lifetime (eg uv_getaddrinfo_t).

A better approach would be to have these objects within shared pointers in some higher level collection.
This will also make clang-tidy happier.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions