Closed socketpair closed 9 years ago
So, general question, is your library allows asyncio parallel task execution? for example, sending messages in parallel creating exchanges and so on?
I have also discovered that version available in pip is old. https://github.com/benjamin-hodgson/asynqp/commit/9254ae6f7d440f5783385792f7efd4b2a412c648#commitcomment-13247539
I have checked, same bug reproduces on master branch.
Your sources are complicated for me, but seems same problem described here:
http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2013-March/025928.html
Thanks for the bug report. I think this line needs to be moved up above the try/except
. I'll fix that now.
The version of asynqp
available on the Cheese Shop is version 0.4, which was tagged at the end of June. 0.4 is the latest release; development continues on the master branch. If you want to use the development version, you have to clone this repo and install it manually.
Thanks! Very fast! I already found bug and starts to create PR, but you was faster :)
What about https://github.com/benjamin-hodgson/asynqp/issues/37#issuecomment-140535172 ?
Should work out of the box, as long as you aren't using more than one thread (which isn't a good idea with asyncio
anyway). Any issues with cooperative concurrency when using asynqp
should be reported as a bug :smile:
OK. Will report if found!
I spent over two hours to detect that (!). Example:
Will generate this logs in rabbitmq: