nopnop2002 / esp-idf-mqtt-broker

MQTT Broker for esp-idf
MIT License
133 stars 33 forks source link

Subscribe using esp-idf mqtt components #38

Closed nopnop2002 closed 2 years ago

nopnop2002 commented 2 years ago

ESP-IDF contains components of mqtt.

Components of mqtt subscribe requests the same topic 16 times.

The reason is unknown.

I reported to here. https://github.com/espressif/esp-idf/issues/8697

nopnop2002 commented 2 years ago

Added SUBACK response.

The problem has been fixed.