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(race): unsubscribe raced observables with immediate scheduler #2158

Merged
merged 1 commit into from
Dec 12, 2016

Commits on Nov 29, 2016

  1. fix(race): unsubscribe raced observables with immediate scheduler

    Fixed the bug where racing an Observable that emits immediately,
    with default scheduler, leaves other raced Observables unsubscribed
    forever. Now immediate emit makes the race ignore following Observables.
    ktkiiski committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    cb98652 View commit details
    Browse the repository at this point in the history