Skip to content

[QUIC] Improve error handling for QUIC event callbacks #32072

@scalablecory

Description

@scalablecory

Our QUIC event callbacks should ideally raise exceptions on the next API call/completion, or at the very least log to NetEventSource.

catch (Exception)
{
// TODO we may want to either add a debug assert here or return specific error codes
// based on the exception caught.
return MsQuicStatusCodes.InternalError;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions