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

Race condition in RabbitMqDequeueStrategy can cause deadlock. #57

Merged
merged 1 commit into from
Nov 28, 2014

Conversation

johnsimons
Copy link
Member

Changed to use a semaphore.
This should fix the race condition.

Fixes #55

@johnsimons johnsimons added this to the 2.1.0 milestone Nov 28, 2014
@andreasohlund andreasohlund added Bug and removed Bug labels Nov 28, 2014
andreasohlund added a commit that referenced this pull request Nov 28, 2014
Race condition in RabbitMqDequeueStrategy can cause deadlock.
@andreasohlund andreasohlund merged commit 919fc61 into develop Nov 28, 2014
@andreasohlund andreasohlund deleted the Issue_55 branch November 28, 2014 07:55
@andreasohlund andreasohlund modified the milestones: 2.0.4, 2.1.0 Dec 3, 2014
@andreasohlund andreasohlund removed the Bug label Dec 3, 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.

Race condition in RabbitMqDequeueStrategy can cause deadlock
2 participants