espressif/esp-mesh-lite

MQTT with MESH-LITE Error : mqtt_client: esp_mqtt_handle_transport_read_error: transport_read(): EOF (AEGHB-777)

Closed this issue · 3 comments

I am connecting to AWS IoT Core using my esp32 in mesh network. I am getting the following errors.

Screenshot 2024-08-12 at 11 26 02 AM

The connection is not stable. Can anyone suggest me how can I make it more stable and better.

Hi,

What version ofmesh liteare you using?

How many esp32s are there? Can you try to connect MQTT in the local LAN to see if there will be any problems?

This was issue due to multiple same client_id connecting to broker. i changed names and it worked fine after that.

This was issue due to multiple same client_id connecting to broker. i changed names and it worked fine after that.

Glad to see your problem has been solved 😄