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
due to issues like #148 and #138 I was wondering if it was possible to implement asyncio support in order to simultaneously process new mqtt events and do other stuff concurrently.
asyncio is suggested by adafruit as the way to deal with concurrent tasks. So I was wondering, why the library does not support asyncio (yet?).
Best regards,
Rico
The text was updated successfully, but these errors were encountered:
hi perhpas this helps. I missed a lot of button presses with minimqtt and wrapped all the minimqtt stuff in a async function. you can use a class to share information between tasks. this solved it I think.
anyways im not to good in this just thought I leave this here. not sure I am helpfull but let me know your concret issue and I try my best
clear and good explained examples by adafruit here and my convoluted example here
Hi there,
due to issues like #148 and #138 I was wondering if it was possible to implement asyncio support in order to simultaneously process new mqtt events and do other stuff concurrently.
asyncio is suggested by adafruit as the way to deal with concurrent tasks. So I was wondering, why the library does not support asyncio (yet?).
Best regards,
Rico
The text was updated successfully, but these errors were encountered: