summaryrefslogtreecommitdiff
path: root/mqtt.go
AgeCommit message (Collapse)Author
2025-12-20Implement MQTT reconnectsxengineering
This is a central requirement to ensure a restart of the MQTT broker does not harm the Sia server operation.
2025-12-20Log MQTT disconnectxengineering
This makes connection loss visible during debugging.
2025-12-20Separate MQTT logicxengineering
This reduces the coupling between the MQTT-related code and everything else to a single `tx` channel of type `MQTTMessage`. This improves the code quality significantly.