We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25277d1 commit 45e580cCopy full SHA for 45e580c
CHANGELOG.md
@@ -46,6 +46,13 @@
46
47
* Split HTTP example into a HTTP and HTTPS example
48
* Add a log message when HTTPS security profile is not set up
49
+* Improve error messages for MQTT
50
+
51
+## Changes
52
53
+* Use Arduino interrupt system so that the library doesn't hijack interrupt service routines used by other libraries
54
+* Change sandbox application to use increased MQTT Quality of Service in order to not lose received messages
55
+* Remove MqttClient.disconnect() (full functionality given in MqttClient.end())
56
57
## Bugfixes
58
0 commit comments