:sparkles: Enhancements
- Enqueue outgoing messages
- optional debug logging
- disconnect reason passed to user
- updated docs
:bug: Bugfixes
- various bugfixes
Unclaimed project
Are you a maintainer of async-mqtt-client? Claim this project to take control of your public changelog and roadmap.
Changelog
📶 An Arduino for ESP8266 asynchronous MQTT client implementation
This release makes the client more bulletproof than ever. Simply put: right now, even if you do a loop to publish messages at a very fast rate, the client will not break and will not loose functionality (ACKs will still be sent, etc.).
-DASYNC_TCP_SSL_ENABLED=1 build...publish was always returning 0. Now, it returns a dummy 1 to differentiate from the 0 of a failed sending0 from publish, subscribe and unsubscribe if there's not enough TCP space to send the packet