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

Make Channel#wait_for_confirms block until messages confirmed #85

Merged
merged 1 commit into from
Jan 13, 2013

Conversation

celldee
Copy link
Member

@celldee celldee commented Jan 13, 2013

@confirms_continuations was being re-initialized to an Array instead of a thread Queue, so @confirms_continuations.pop call in Channel#wait_for_confirms did not block.

Cheers.

@michaelklishin
Copy link
Member

Good catch 👍

michaelklishin pushed a commit that referenced this pull request Jan 13, 2013
Make Channel#wait_for_confirms block until messages confirmed
@michaelklishin michaelklishin merged commit 446ed2d into ruby-amqp:master Jan 13, 2013
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.

2 participants