Skip to content
Closed
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
WIP
  • Loading branch information
scalablecory committed Jun 25, 2021
commit d9e42a78971af90afde38758b90395604a1c98ea
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ public async ValueTask DisposeAsync()
if (!_disposed)
{
_disposed = true;

// TODO: use CloseAsync() with a cancellation token to prevent a DoS
await _stream.DisposeAsync().ConfigureAwait(false);

DisposeSyncHelper();
}
}
Expand Down