Skip to content

Commit

Permalink
Fix the fix :D
Browse files Browse the repository at this point in the history
  • Loading branch information
ManickaP committed Jan 26, 2024
1 parent 995c5e8 commit 85cd4eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ private unsafe int HandleEventShutdownComplete()
_acceptQueue.Writer.TryComplete(exception);
_connectedTcs.TrySetException(exception);
_shutdownTokenSource.Cancel();
_shutdownTcs.TrySetResult();
_shutdownTcs.TrySetResult(final: true);
return QUIC_STATUS_SUCCESS;
}
private unsafe int HandleEventLocalAddressChanged(ref LOCAL_ADDRESS_CHANGED_DATA data)
Expand Down

0 comments on commit 85cd4eb

Please sign in to comment.