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(elementAt): force unsubscribe when it completes or errors #2501

Merged
merged 1 commit into from
Jun 14, 2017
Merged

fix(elementAt): force unsubscribe when it completes or errors #2501

merged 1 commit into from
Jun 14, 2017

Commits on Mar 29, 2017

  1. fix(elementAt): force unsubscribe when it completes or errors

    Force unsubscription logic in elementAt, when resulting Observable
    completes or errors, so that all resources are disposed as fast
    as possible, even if next operator in chain does not unsubscribe
    reliably when given complete or error notification.
    mpodlasin committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    49ecd6d View commit details
    Browse the repository at this point in the history