Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
address feedback
  • Loading branch information
eiriktsarpalis committed Oct 1, 2021
commit 0de247e9eb3098afc95c194bcc85f939e8c6f121
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ private static async Task WriteStreamAsync<TValue>(

if (state.SuppressFlush)
{
Debug.Assert(!isFinalBlock);
Debug.Assert(state.PendingTask is not null);
state.SuppressFlush = false;
}
Expand Down