-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebSocketSubject not applying operators #1745
Comments
Just to clarify, if you only apply a single operator, it works. |
Ouch... nasty. Def a result of #1701 ... :\ I did that. |
…rce/destination arguments in th ReactiveX#1745, ReactiveX#1784
…on arguments in constructor. Fixes ReactiveX#1745 and ReactiveX#1784
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
RxJS version:
5.0.0-beta.8
Code to reproduce:
http://jsbin.com/kidawe/edit?js,console
Expected behavior:
prefix-connected,
Actual behavior:
connected,
Additional information:
I ran into an issue where I was trying to map on Observable.webSocket and noticed the
map
s weren't getting invoked. Others have confirmed the bug. See more here:redux-observable/redux-observable#42
The text was updated successfully, but these errors were encountered: