-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Description
This method is called during the disposal of the listener.
runtime/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicListener.PendingConnection.cs
Line 99 in 88f75a8
| await _finishHandshakeTask.Task.ConfigureAwait(false); |
If the _finishHandshakeTask task has already been completed successfully the QuicConnection held by this task is never disposed of, and this is the only reference left to it.
Reactions are currently unavailable