Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of MQTT by
Revision 62:0934f0842804, committed 2017-12-02
- Comitter:
- DuyLionTran
- Date:
- Sat Dec 02 04:59:50 2017 +0000
- Parent:
- 61:36e76acf2166
- Commit message:
- version 1.1.2
Changed in this revision
MQTTClient.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/MQTTClient.h Tue Nov 28 07:38:51 2017 +0000 +++ b/MQTTClient.h Sat Dec 02 04:59:50 2017 +0000 @@ -515,6 +515,7 @@ if (cycle(timer) < 0) { rc = FAILURE; + break; } }