-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an async
function to publish messages
#303
Comments
I assume you are referring to the publish function present in the API. I will check it and run tests to ensure nothing breaks after the changes. def publish(message, exchange=None, timeout=30):
"""
Publish a message to an exchange. |
This is actually very far from a simple issue, I wouldn't start with this one. |
Hi, I'd like to work on this issue |
Please see the comment above @bajajharsha . |
@abompard Can you guide me on which one is comparatively an easier issue that I can start with? |
@abompard I do like to work on this, I have experience working with asyncio |
Add an asyncio-based publish function.
The text was updated successfully, but these errors were encountered: