Open
Description
Is your feature request related to a problem? Please describe.
At the moment our client is using as wrapper the the qpid-proton client for python: https://github.com/apache/qpid-proton/tree/main/python
which is not supporting asynchronous APIs
The python code has been integrated in our project and can be modified and extended (a possible asyncio integration is possible) but we would prefer not to modify the C layers underneath (both api and implementation).
We can think on a possible python asyncio integration, maybe creating separate class for this like uamqp si currently doing: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/servicebus/azure-servicebus/azure/servicebus/_pyamqp/aio/_sender_async.py
Describe the solution you'd like
Explore possible solutions
Describe alternatives you've considered
No response
Additional context
No response