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

OperationSwitch notify onComplete() too early. #443

Merged
merged 3 commits into from
Oct 22, 2013
Merged

OperationSwitch notify onComplete() too early. #443

merged 3 commits into from
Oct 22, 2013

Commits on Oct 21, 2013

  1. Fix OperationSwitch so that it does not onComplete() before inner and

    outer subscription completes.
    ylecaillez committed Oct 21, 2013
    Configuration menu
    Copy the full SHA
    41ebe38 View commit details
    Browse the repository at this point in the history
  2. Fix OperationSwitch so that it does not onComplete() before inner and

    outer subscription completes.
    ylecaillez committed Oct 21, 2013
    Configuration menu
    Copy the full SHA
    2de214c View commit details
    Browse the repository at this point in the history
  3. Do not unsubscribe from child once parent has been completed.

    Child should not be unsubscribed when the parent complete because it may not be completed.
    ylecaillez committed Oct 21, 2013
    Configuration menu
    Copy the full SHA
    d48e92f View commit details
    Browse the repository at this point in the history