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: Resolve issues with deprecated synchronous error handling and chained operators #5980

Merged
merged 1 commit into from
Jan 26, 2021

Conversation

benlesh
Copy link
Member

@benlesh benlesh commented Jan 25, 2021

Adds some logic to handle the deprecated case. This is unfortunate, but it's necessary to properly support people who are still using this feature until we can remove it. Note that there is potentially a severe performance penalty for people using this feature. But they're being warned at every turn, and the migration path to get away from this is easy: Stop relying on synchronously thrown errors.

fixes #5979

Copy link
Member

@kwonoj kwonoj left a comment

Choose a reason for hiding this comment

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

Ugh.

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.

Looking forward to this being deleted.

@benlesh benlesh merged commit 0ad2802 into ReactiveX:master Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants