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

Always handle observable errors #329

Merged
merged 1 commit into from
Nov 20, 2016
Merged

Always handle observable errors #329

merged 1 commit into from
Nov 20, 2016

Conversation

imgx64
Copy link
Contributor

@imgx64 imgx64 commented Nov 20, 2016

There's a bug in RxJS that breaks hot observables if one subscriber ignores errors (see ReactiveX/rxjs#2145 ), which is causing #308. This patch fixes it by always handling observable errors (handling errors is a good idea anyway).

Fixes #308

There's a bug in RxJS that breaks hot observables if one subscriber ignores errors (see ReactiveX/rxjs#2145 ), which is causing #308. This patch fixes it by always handling observable errors (handling errors is a good idea anyway).

Fixes #308
@ocombe ocombe merged commit 1284b50 into ngx-translate:master Nov 20, 2016
@ocombe
Copy link
Member

ocombe commented Nov 20, 2016

Nice, thanks

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.

translate.get(...).flatMap(...) not working in pending state
2 participants