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 bug in concurrent output debugging #980

Merged
merged 2 commits into from Aug 17, 2016
Merged

Fix bug in concurrent output debugging #980

merged 2 commits into from Aug 17, 2016

Conversation

codemercenary
Copy link
Contributor

  • If running right now, we're in the RUNNING state
  • If we aren't running and we should stop, we are in the STOPPED state
  • If we aren't running, shouldn't stop, but we were started, we're in the STARTING state
  • Otherwise we haven't been started yet and are in the WAITING state

* If running right now, we're in the RUNNING state
* If we aren't running and we should stop, we are in the STOPPED state
* If we aren't running, shouldn't stop, but we were started, we're in the STARTING state
* Otherwise we haven't been started yet and are in the WAITING state
@codemercenary codemercenary added this to the v1.0.4 milestone Aug 17, 2016
@hham
Copy link
Contributor

hham commented Aug 17, 2016

Looks good. I am testing it on my machine.

@hham hham merged commit a4f6847 into master Aug 17, 2016
@hham hham deleted the fix-concurrentoutput branch August 17, 2016 22:48
@codemercenary codemercenary modified the milestones: v1.0.3, v1.0.4 Aug 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants