fedora-messaging
fedora-messaging copied to clipboard
Add an `async` function to publish messages
Add an asyncio-based publish function.
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