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
client.go Remove Disconnect()'s wait on c.commsStopped.
c.commsStopped may be overwritten in another thread than where Disconnect()
is called leading to a race. Lets temporarily remove this warning/short circuit
until we can fix underlying race issue.
0 commit comments