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
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
The text was updated successfully, but these errors were encountered:
Wow so sorry this went unread for so long - don't know how i missed it.
I generally agree - guest mode would have been better if I were to rewrite this again from scratch. Unfortunately I dont have much time for this right now. I'm going to leave this open as a reminder, but in the meantime I'm happy to take pull reqs...
I haven't dug into how y'all are wrapping
paho.mqtt
but thought I'd mention that you can runtrio
on anasyncio
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#64The text was updated successfully, but these errors were encountered: