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

Error Handling Improvements - User Provided Observers/Functions #221

Merged

Commits on Apr 1, 2013

  1. Configuration menu
    Copy the full SHA
    38e9e3f View commit details
    Browse the repository at this point in the history
  2. Protect subscribe/forEach implementations against user provided funct…

    …ion failures
    
    Related to ReactiveX#216
    
    The new forEach unit test went into a deadlock prior to this fix.
    benjchristensen committed Apr 1, 2013
    Configuration menu
    Copy the full SHA
    c6c5449 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2013

  1. Restrict identification of "internal" operators to only the rx.operat…

    …ors package
    
    - based on discussion at ReactiveX#221
    - don't wrap at AtomicObserver again
    - anything outside of rx.operators will be wrapped
    benjchristensen committed Apr 2, 2013
    Configuration menu
    Copy the full SHA
    924ce5c View commit details
    Browse the repository at this point in the history