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
In many -- likely the vast majority of -- cases, closing a(n) (Async)Channel may raise ChannelError.alreadyClosed. That's because the Channel can also be closed from the network side, so it's gonna be racy.
In many -- likely the vast majority of -- cases, closing a(n) (Async)
Channel
may raiseChannelError.alreadyClosed
. That's because theChannel
can also be closed from the network side, so it's gonna be racy.NIO should provide smth like
or a similar API. And we should steer users towards using that by default.
The text was updated successfully, but these errors were encountered: