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
Is your feature request related to a problem? Please describe.
It seems like sync libs are being used and tossed onto OS threads, are there any plans to use asyncio libs? e.g. aiomqtt instead of paho mqtt https://github.com/empicano/aiomqtt
Is your feature request related to a problem? Please describe.
It seems like sync libs are being used and tossed onto OS threads, are there any plans to use asyncio libs? e.g. aiomqtt instead of paho mqtt https://github.com/empicano/aiomqtt
azure-iot-sdk-python/azure-iot-device/azure/iot/device/common/async_adapter.py
Lines 16 to 33 in e75d1c2
Describe the solution you'd like
Usage of asyncio.
Describe alternatives you've considered
If I had to I suppose I would just implement the calls manually.
The text was updated successfully, but these errors were encountered: