mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-08-03 20:14:15 +02:00
3e35fc8323
- Some PUBLISHED events would not be posted due to outbox messages being deleted before receiving PUBCOMP. - Current pending_message is no longer used to check for acknowledgements, as it doesn't work with multiple or out of order messages. Closes https://github.com/espressif/esp-mqtt/issues/132