MQTT broker reconnection fix
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