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 Dec 28, 2024. It is now read-only.
Use `stopRead` and `stopWrite` channels to communicate
with sender / receive loops about . If channel close is initiated,
as indicated by a message to `stopRead` or `stopWrite`, don't send
errors on the error channel, which won't be read at that point anyway. Furthermore, add a small amount of buffering to the channels just to avoid possibility that a single message could inadvertently cause blocking.
0 commit comments