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

_basic_ack_recv in channel.py attempts to use self.handlers instead of self.events #9

Closed
mayfield opened this issue Feb 20, 2013 · 1 comment

Comments

@mayfield
Copy link

I think _basic_ack_recv wants to use the callbacks in self.events and not the non-existant self.handlers attribute. This pseudo code makes things go hmmm when you send a message through it..

channel.events['basic_ack'].add(lambda *foo: None)
channel.confirm_select()
channel.drain_events()
@ask
Copy link
Contributor

ask commented Mar 8, 2013

Good point!

@ask ask closed this as completed in c79d7a2 Mar 8, 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

No branches or pull requests

2 participants