Skip to content
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

fix(Observable): errors thrown during subscription are now properly s… #2313

Merged
merged 1 commit into from
Jan 29, 2017
Merged

fix(Observable): errors thrown during subscription are now properly s… #2313

merged 1 commit into from
Jan 29, 2017

Conversation

benlesh
Copy link
Member

@benlesh benlesh commented Jan 29, 2017

…ent down error channel

  • Fixes Observable.create(fn) and new Observable(fn) such that any error thrown in fn on subscription will be sent to the subscriber's error handler.
  • Fixes a subject test that was relying on the errant behavior.

fixes #1833

Apologies for letting this one slip for so long, everyone. I thought it had been taken care of ages ago.

Description:

Related issue (if exists):

…ent down error channel

- Fixes `Observable.create(fn)` and `new Observable(fn)` such that any error thrown in `fn` on subscription will be sent to the subscriber's error handler.
- Fixes a subject test that was relying on the errant behavior.

fixes #1833
@coveralls
Copy link

Coverage Status

Coverage increased (+0.002%) to 97.701% when pulling 49a947a on blesh:fix-observable-create into c70a09d on ReactiveX:master.

@jayphelps jayphelps merged commit d4a9aac into ReactiveX:master Jan 29, 2017
@trxcllnt
Copy link
Member

Woah, I totally forgot about this one. Sorry guys :-(

@lock
Copy link

lock bot commented Jun 6, 2018

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.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Errors in Observable.create arg not caught
5 participants