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
Hi. I am using AsyncClient to make a connection to a mqtts URL, and it does work, but when I attempt to subscribe to a topic, it errors out with "Unknown Error", and I'm not sure what to do. My code is on GitHub, as this is a open soruce project.
Hi. I am using AsyncClient to make a connection to a
mqtts
URL, and it does work, but when I attempt to subscribe to a topic, it errors out with "Unknown Error", and I'm not sure what to do. My code is on GitHub, as this is a open soruce project.I start connecting here: https://github.com/SticksDev/BambuConnect/blob/master/src-tauri/src/handlers/bambu/mod.rs#L270
The error occures here: https://github.com/SticksDev/BambuConnect/blob/master/src-tauri/src/handlers/bambu/mod.rs#L328 inside of the map_err closure.
Any ideas?
Also, here's some of the logs my program gives when connecting:
The text was updated successfully, but these errors were encountered: