progovoy
progovoy
I belieave that replacing gevent with asyncio within pyInfra will make it easier to integrate pyInfra to more modern python projects. Me and some of my colleagues are willing to...
Steps to reproduce on aioamqp 0.8.2: * Just kill rabbitmq and you'll see that the error callback is called twice Did not investigated it but, this happens because _close_channels in...
This commit handles a proper close of the connection with MQ broker on an outside cancellation of the future. For instance when calling cancel on all of the loop's gathered...