You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered: