Skip to content

[QUIC] Don't leak QUIC session upon QuicListener disposal #32073

@scalablecory

Description

@scalablecory

We have a hang in QuicListener.Dispose() and are currently working around it by just not disposing of the session.

// TODO this call to session dispose hangs.
//_session.Dispose();
_disposed = true;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions