MQTT Reconnect How To ???
-
Hi Guys,
Last Friday Night, my WiPy 2.0 has been disconnected from Adafruit IO and it has not reconnected automatically.
I am using standard mqtt lib.
Is there a way to use a "try:" condition to verify connection? and automatically reconnect?
Do we have a mqtt.is_connected() check we can do?
Thanks a lot for your help!!!
Regards,
pturcotte
-
@pturcotte
You should got exception from some sending code and then you can catch it and reconnect to the network
https://forum.pycom.io/post/14510