tuanpmt / esp_mqtt

MQTT client library for ESP8266
http://tuanpm.net/post/esp_mqtt/
MIT License
1.14k stars 400 forks source link

Queue never getempty #157

Closed ozanhan closed 5 years ago

ozanhan commented 5 years ago

Hello,

I try to test this mqtt library on ESP32 (esp-idf and Eclipse). If i send 100-150 messages in succession then queue never get empty, at some point. One item in the queue keeps exists endlessly.

What might be the reason?

Ozan

ozanhan commented 5 years ago

I couldn't regenerate the problem in a simple piece of code. Closing for now.