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
After subscribe, a gRPC connection is created, but the streamId is only initialized after the Emitter event is triggered. This process takes some time. Calling stream.stop before the streamId is ready causes it to return silently without stopping or throwing an error.