EpicEric / pony-mqtt

:horse: MQTT client in Pony
https://epiceric.github.io/pony-mqtt-docs/mqtt--index/
MIT License
6 stars 1 forks source link

Prevent infinite reconnect loop #9

Closed EpicEric closed 6 years ago

EpicEric commented 6 years ago

If retry_connection' is set, and the connection is successfully set once, the program will enter an infinite loop on an unexpected disconnect, such as server crash.