← Back to team overview

txamqp-dev team mailing list archive

ValueError

 

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

Follow ups