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

Commits on Nov 20, 2016

  1. Always handle observable errors

    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
    imgx64 authored Nov 20, 2016
    Configuration menu
    Copy the full SHA
    f3310a0 View commit details
    Browse the repository at this point in the history