Closed
Description
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);
}