You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Wifi disconnects, I am getting the repeating error below,
E (115491) coreMQTT: Call to receiveSingleIteration failed. Status=MQTTRecvFailed
E (116001) esp-tls-mbedtls: read error :-0x004C:
E (116001) coreMQTT: Call to receiveSingleIteration failed. Status=MQTTRecvFailed
E (116501) esp-tls-mbedtls: read error :-0x004C:
....
Closing MQTT broker and server connection when WiFi fails and restarting server and Mqtt broker connection, fails to connect even after wifi connection is restored and the error keeps repeating. A restart fixes the issue.
Any ideas what I could do on wifi disconnect?
Thanks
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Core MQTT error on WiFi disconnect
Core MQTT error on WiFi disconnect (CA-304)
Jul 24, 2023
Hi,
When Wifi disconnects, I am getting the repeating error below,
E (115491) coreMQTT: Call to receiveSingleIteration failed. Status=MQTTRecvFailed
E (116001) esp-tls-mbedtls: read error :-0x004C:
E (116001) coreMQTT: Call to receiveSingleIteration failed. Status=MQTTRecvFailed
E (116501) esp-tls-mbedtls: read error :-0x004C:
....
Closing MQTT broker and server connection when WiFi fails and restarting server and Mqtt broker connection, fails to connect even after wifi connection is restored and the error keeps repeating. A restart fixes the issue.
Any ideas what I could do on wifi disconnect?
Thanks
The text was updated successfully, but these errors were encountered: