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

Bugfix: stop processing jobs after calling stop #12

Merged
merged 1 commit into from
Apr 4, 2014
Merged

Bugfix: stop processing jobs after calling stop #12

merged 1 commit into from
Apr 4, 2014

Conversation

ryandotsmith
Copy link
Collaborator

To be clear, I have not tested this patch. I was merely reading over the code and noticed this oddity. Perhaps I am not understanding the full picture. But, it seems like _isRunning is the control variable for methods that process jobs. By setting this to NO we ensure that we actually stop processing jobs.

It seems like _isRunning is the control variable for methods that process jobs. By setting this to `NO`
we ensure that we actually stop processing jobs.
@thisandagain
Copy link
Owner

O_o Not sure how this wasn't caught until now. Thank you!

thisandagain added a commit that referenced this pull request Apr 4, 2014
Bugfix: stop processing jobs after calling stop
@thisandagain thisandagain merged commit 7b92674 into thisandagain:master Apr 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants