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(catchError): ensure proper handling of async return for synchrono… #5627

Conversation

benlesh
Copy link
Member

@benlesh benlesh commented Aug 3, 2020

…us source error handling

  • Refactors catchError to be simpler and to get rid of _unsubscribeAndRecycle usage as well as some other overly clever bits.

fixes #5115

Also part of my evil plot to get rid of _unsubscribeAndRecycle as mentioned here #5626

…us source error handling

- Refactors catchError to be simpler and to get rid of _unsubscribeAndRecycle usage as well as some other overly clever bits.

fixes ReactiveX#5115
@benlesh benlesh requested a review from cartant August 3, 2020 22:28
Copy link
Collaborator

@cartant cartant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

catchError does not wait for the target observable to complete
2 participants