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
This is expected behavior. If you don't want to have multiple connections you should use .replay(1).refCount() or just .replay().refCount() It depends on your needs.
In your implementation on each subscribe creates a new websocket connection. Do you fix this?
The text was updated successfully, but these errors were encountered: