Skip to content

MQTT broker reconnection fix

Compare
Choose a tag to compare
@baudneo baudneo released this 17 Aug 03:20
· 94 commits to python since this release
e57d0e4

This release contains a fix that required restarting the container after 10 disconnections from the MQTT broker. The reconnection attempts were hardcoded to 10, this fix changes it to a negative integer to denote infinite attempts. Document refactoring is also ongoing.

If you use the docker-compose file, upgrading is as simple as: docker compose pull && docker compose up -d --force-recreate.

Full Changelog: v0.0.1...v0.0.2