test
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 |
diff -r 36e76acf2166 -r 0934f0842804 MQTTClient.h --- 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; } }