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 am following the MQTT lesson. When I add rumqtt as dependency, it doesn't compile, because it depends on tokio -> mio, which in turn requires Linux uring.
So, can your confirm that this lesson for Linux host, not for ESP32 device?
The text was updated successfully, but these errors were encountered:
✅ In intro/mqtt/host_client you can find a host run program that mimics the behavior of a second client. Run it in a separate terminal using the cargo run command. Find more information about the host client below.
I am following the MQTT lesson. When I add
rumqtt
as dependency, it doesn't compile, because it depends ontokio
->mio
, which in turn requires Linux uring.So, can your confirm that this lesson for Linux host, not for ESP32 device?
The text was updated successfully, but these errors were encountered: