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
I think I have found a race condition in mock_conn.go, function GetStreams.
A c.RLock() - c.RUnlock() pair is missing.
And by the way, wasn't suppose to call allStreams as the funcs basically do the same thing.
Thanks
The text was updated successfully, but these errors were encountered:
Hello
I think I have found a race condition in mock_conn.go, function GetStreams.
A c.RLock() - c.RUnlock() pair is missing.
And by the way, wasn't suppose to call allStreams as the funcs basically do the same thing.
Thanks
The text was updated successfully, but these errors were encountered: