feat: Add asyncio support to publish function#336
feat: Add asyncio support to publish function#336nwekealex65 wants to merge 1 commit intofedora-infra:developfrom
Conversation
|
The problem that needs fixing is that we want to allow asyncio applications to publish messages within the asyncio framework, not needing the thread pool. So what we need is an async publish function, not a sync publish function that calls |
So how do we go about this? Any suggestion? |
|
Well I have started working on it a couple months ago, spent a few days on it and stopped because I had other things to do and it was taking too long. I would suggest finding another issue, as I said before this one is definitely not a simple issue. If you manage do to that before the end of March, you should mentor me ;-) |
This pull request addresses issue #303
Changes Made:
publish function.Related Issue:
Issue #303
Please review and provide feedback. Thank you!