[1.1.5-rc04] - 2026-02-28
Fixed
- MQTT subscription race condition on connect —
subscribeToQueue()is now called before awaitingconnectionBroadcaster.onConnected(). Previously, if an email notification was enabled, the SMTP send insideonConnectedcould delay the subscription long enough for aget_network_inforesponse to arrive before the response topic was subscribed — causing a timeout and MQTT-only fallback on every startup.