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(TestScheduler): stop sorting actual results #473

Merged
merged 1 commit into from
Oct 7, 2015
Merged

fix(TestScheduler): stop sorting actual results #473

merged 1 commit into from
Oct 7, 2015

Commits on Oct 7, 2015

  1. fix(TestScheduler): stop sorting actual results

    - fixes an issue where actual results were being sorted when they should not have been
    - ensures rescheduled Actions will be added to subscription and torn down when appropriate
    - uses state to convey notification information to action work function rather than closure
    
    closes #422
    benlesh committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    51db0b8 View commit details
    Browse the repository at this point in the history