I haven't dug into how y'all are wrapping paho.mqtt but thought I'd mention that you can run trio on an asyncio loop now using the new guest mode (and maybe even more easily using the even newer inside-out-guest-mode).
I need a trio-ized mqtt client for my own work namely to pull real-time data feeds from a broker: https://github.com/tedchou12#64
I haven't dug into how y'all are wrapping
paho.mqttbut thought I'd mention that you can runtrioon anasyncioloop now using the new guest mode (and maybe even more easily using the even newer inside-out-guest-mode).I need a
trio-ized mqtt client for my own work namely to pull real-time data feeds from a broker: https://github.com/tedchou12#64