Hello, I've found that if I make multiple requests on a channel without waiting for previous requests to finish txAMQP raises a ValueError. Here is an example: http://pastie.org/600754
You'll notice on line 32 I am not yielding the basic_cancel method. This causes a ValueError exception. If I yield on that method everything works fine. I just wanted to confirm this is working correctly. Thanks, Dan
_______________________________________________ Mailing list: https://launchpad.net/~txamqp-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~txamqp-dev More help : https://help.launchpad.net/ListHelp

