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
It's possible for another sender to close the channel between
incrementing `sent` and suspending for `select`. If that happens, the
`select` just throws `CancellationException`, cancelling the coroutine
and causing an element to be missing at the end of the test.
0 commit comments