mqtt specific components for the impact mbed endpoint library
Dependents: mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_mqtt_endpoint_nxp
Diff: MQTTTransport.cpp
- Revision:
- 32:9a024a6af2fb
- Parent:
- 31:e5950e0677be
- Child:
- 42:297585f8e7bd
--- a/MQTTTransport.cpp Tue Apr 08 16:41:41 2014 +0000 +++ b/MQTTTransport.cpp Thu Apr 10 03:16:57 2014 +0000 @@ -471,12 +471,12 @@ if (connected) { this->logger()->blinkTransportRxLED(); } - else { - this->logger()->log("Attempting reconnection to MQTT in checkAndProcess..."); - this->disconnect(); - Thread::wait(15000); - this->connect(); - } + //else { + // this->logger()->log("Attempting reconnection to MQTT in checkAndProcess..."); + // this->disconnect(); + // Thread::wait(15000); + // this->connect(); + //} } // send a PING if time for it