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
{{ message }}
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
I'm using RxJS 4 (can't use 5 on this project). If I have multiple subscribers to the subject, only the first one subscribed seems to receive data. Does WebSocketSubject not work well with multiple subscribers?
Subscribe will kick off the socket, but only one of the subscribers (ends up being '222') gets data. If I throw a setTimeout around the second subscribe, then '111' will be the one who gets the data.
Thanks for the help.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using RxJS 4 (can't use 5 on this project). If I have multiple subscribers to the subject, only the first one subscribed seems to receive data. Does WebSocketSubject not work well with multiple subscribers?
simplified example:
Subscribe will kick off the socket, but only one of the subscribers (ends up being '222') gets data. If I throw a setTimeout around the second subscribe, then '111' will be the one who gets the data.
Thanks for the help.
The text was updated successfully, but these errors were encountered: