Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information