-
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
errors do not terminate source unless an observer is provided #1921
Comments
Appears this isn't related to |
Still digging, but here's my minimal example: http://jsbin.com/yayave/edit?js,output So far my best guess is it's related to the internal @Blesh this prolly needs your attention since I believe you're the one who knows this part best. |
@jayphelps I'm responsible for |
@trxcllnt this is all YOUR FAULT! |
@jayphelps I may have authored the code, but |
…subscription error calling xhr.abort(). Possibly only an artifact of test utils, but after applying fix for ReactiveX#1921 started getting an error that xhr.abort() in AjaxObservable's unsubscribe call wasn't a function.
@jayphelps @colinfang fixed in #1935 |
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. |
This http request gives an error due to 404. But the stream keeps polling.
However, as soon as I uncomment the commented line in subscribe, it terminates on the first error.
See example here
http://plnkr.co/edit/bQyBvboFJCPyZUEFjraX?p=preview
Why is that?
The text was updated successfully, but these errors were encountered: