You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Fix tests to pass with recent cleanup Begin/End for IO in PipeStream
The reason for this change is that previous cancellation implementation of
async IO was based on throwing OCE
(directly or via CancellationToken.ThrowIfCancellationRequested).
Since switching to TaskCompletionSource we use its SetCanceled method which
propagate on task TaskCanceledException instead of OCE.
0 commit comments