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
Error line:
stream.Errors <- err; in receiveEvents() in stream.go.
In go multi-threading environment, it's possible one thread runs to
stream.Errors <- err;
Before running this line,
close(stream.Errors); is called in stream.Close()