mirror of
https://github.com/mikecarper/MeshCore.git
synced 2026-09-02 08:03:43 +00:00
- Simplified connection attempt logic to allow immediate reconnects after failures. - Added checks to ensure the MQTT client is disconnected before new connection attempts. - Enhanced error handling during publish operations to reset connection state on failures. - Removed aggressive health checks that caused connection instability, relying on the MQTT client library for connection management. - Updated status publishing to verify connection state before attempting to publish, ensuring accurate broker status.