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 need to set a flag so that the sendMsgs goroutine can return errors
if the stream is down. However, using a bool for this was tripping the
race detector. To avoid this, we can use atomic load/store instead.
0 commit comments