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(delayWhen): Emit source value if duration selector completes synchronously #3664

Merged
merged 2 commits into from
May 31, 2018

Commits on May 21, 2018

  1. fix(delayWhen): Emit source value if duration selector completes sync…

    …hronously
    
    This fixes an issue where delayWhen would not re-emit a source emission if the duration selector
    completed synchronously.
    
    fixes ReactiveX#3663
    Airblader committed May 21, 2018
    Configuration menu
    Copy the full SHA
    d140498 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2018

  1. docs(delayWhen): Deprecate completion of notifier triggering source e…

    …mission
    
    This deprecates the behavior that the completion of the notifier observable will cause the source
    emission to be emitted on the output observable.
    Airblader committed May 26, 2018
    Configuration menu
    Copy the full SHA
    6ee62c4 View commit details
    Browse the repository at this point in the history