espressif / esp-at

AT application for ESP32/ESP32-C2/ESP32-C3/ESP32-C6/ESP8266
Apache License 2.0
898 stars 812 forks source link

send AT+MQTTPUB once, topic receive two packets #873

Open LeeGartu opened 1 month ago

LeeGartu commented 1 month ago

Answers checklist.

General issue report

ESP32-WROOM sends AT+MQTTPUB once, and other MQTT topic subscribers can receive two packets of information PixPin_2024-09-19_14-24-46

ustccw commented 4 weeks ago

@LeeGartu from the second gif, it seems that MQTT client subscribes esp32/test twice, the one is QoS0, the other is QoS2. could you please double check that.