We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995c5e8 commit 85cd4ebCopy full SHA for 85cd4eb
src/libraries/System.Net.Quic/src/System/Net/Quic/QuicConnection.cs
@@ -539,7 +539,7 @@ private unsafe int HandleEventShutdownComplete()
539
_acceptQueue.Writer.TryComplete(exception);
540
_connectedTcs.TrySetException(exception);
541
_shutdownTokenSource.Cancel();
542
- _shutdownTcs.TrySetResult();
+ _shutdownTcs.TrySetResult(final: true);
543
return QUIC_STATUS_SUCCESS;
544
}
545
private unsafe int HandleEventLocalAddressChanged(ref LOCAL_ADDRESS_CHANGED_DATA data)
0 commit comments