Skip to content

API review for QUIC APIs #48686

Closed
Closed
@scalablecory

Description

@scalablecory

Placeholder for API review of QUIC APIs.

@ManickaP @CarnaViire @karelz we should try to get all the APIs designed soon. The API review will take some time (probably 4-8hr). Also mindful of any time @halter73 @jkotalik need to prove the APIs out in Kestrel.


Tracking API changes:

class QuicListener
{
-   public void Start(); // merged into constructor
}

class QuicStream
{
// this may be changed later after discussions; just want to be sure this change is not lost
+   public ValueTask ShutdownCompleted(CancellationToken cancellationToken = default);
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions