Currently while the rabbitmq backend technically has async functions, using them does nothing as the rabbitmq parts are synchronous. Switch to aio-pika to get the full async experience:
https://aio-pika.readthedocs.io/en/latest/quick-start.html
Note that this would help with #58, as you could then run multiple async sends in parallel.
Currently while the rabbitmq backend technically has async functions, using them does nothing as the rabbitmq parts are synchronous. Switch to
aio-pikato get the full async experience:https://aio-pika.readthedocs.io/en/latest/quick-start.html
Note that this would help with #58, as you could then run multiple async sends in parallel.