espressif / esp-mqtt

ESP32 mqtt component
Apache License 2.0
603 stars 255 forks source link

This implementation is useless (IDFGH-939) #112

Closed bojczmac closed 5 years ago

bojczmac commented 5 years ago

Try to send 10 mqtt message with 50ms interval. This client received only 3 od 4 messages.

david-cermak commented 5 years ago

I believe you've just tried the code on master branch of esp-mqtt? Indeed there is an issue with retained messages, which was fixed on idf branch (this branch is referenced from esp-idf).

Will merge the idf branch to master soon.

bojczmac commented 5 years ago

Thank you for the information, I will check it today afternoon.

bojczmac commented 5 years ago

You've right, it works on idf branch. 25 messages sent with delay 10ms between and 25 messages received. Currently I made backport for IDF 3.1.3, because I saw that esp-mqtt will be released with IDF 3.2