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
We have a channel with a magic buffer-size number. We can block indefinitely if the context is canceled and the output channel is full (and we try to write an error). We need to select on the context instead of relying on the buffer (and not defer closing the channel as per #4592).
The text was updated successfully, but these errors were encountered:
We have a channel with a magic buffer-size number. We can block indefinitely if the context is canceled and the output channel is full (and we try to write an error). We need to select on the context instead of relying on the buffer (and not defer closing the channel as per #4592).
The text was updated successfully, but these errors were encountered: