An API for using MQTT over multiple transports

Dependencies:   FP MQTTPacket

Dependents:   EthW5500 EthW5500 wmx_laser wmx_laser_copy ... more

Fork of MQTT by MQTT

Revision:
47:617ec2667da3
Parent:
46:e335fcc1a663
--- a/MQTTClient.h	Tue Aug 18 09:57:19 2015 +0000
+++ b/MQTTClient.h	Fri Aug 25 15:08:01 2017 +0000
@@ -276,8 +276,8 @@
 template<class Network, class Timer, int a, int MAX_MESSAGE_HANDLERS>
 MQTT::Client<Network, Timer, a, MAX_MESSAGE_HANDLERS>::Client(Network& network, unsigned int command_timeout_ms)  : ipstack(network), packetid()
 {
-    last_sent = Timer();
-    last_received = Timer();
+//    last_sent = Timer();
+//    last_received = Timer();
     this->command_timeout_ms = command_timeout_ms;
     cleanSession();
 }