Skip to content

Commit

Permalink
Fixed copy-paste error. (#53801)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManickaP committed Jun 7, 2021
1 parent eaa3dff commit 8709d59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ private static uint HandleEventShutdownComplete(State state, ref ConnectionEvent
TaskCompletionSource? bidirectionalTcs = null;
lock (state)
{
unidirectionalTcs = state.NewBidirectionalStreamsAvailable;
unidirectionalTcs = state.NewUnidirectionalStreamsAvailable;
bidirectionalTcs = state.NewBidirectionalStreamsAvailable;
state.NewUnidirectionalStreamsAvailable = null;
state.NewBidirectionalStreamsAvailable = null;
Expand Down

0 comments on commit 8709d59

Please sign in to comment.