fork of wolfSSL/MQTTS library with increased message buffer & increased number of subscribed topics
Fork of MQTTS by
Diff: MQTTClient.cpp
- Revision:
- 11:db15da110a37
- Parent:
- 9:01b8cc7d94cc
- Child:
- 13:fd82db992024
--- a/MQTTClient.cpp Thu Apr 10 15:19:08 2014 +0000 +++ b/MQTTClient.cpp Thu Apr 10 22:47:17 2014 +0000 @@ -17,13 +17,6 @@ #include "MQTTClient.h" #include "MQTTPacket.h" - -void MQTT::threadfn(void* arg) -{ - ((Client<Network, Timer, Thread>*) arg)->run(NULL); -} - - MQTT::PacketId::PacketId() { next = 0;