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.
Dependencies: C027_Support C12832 StatusReporter LM75B MQTT-ansond c027_radios endpoint_core endpoint_mqtt mbed-rtos mbed
Diff: MQTTTransport.cpp
- Revision:
- 162:c9e9926cdc79
- Parent:
- 161:eea2bbfbb387
- Child:
- 163:392f89530162
--- a/MQTTTransport.cpp Fri Mar 21 05:33:18 2014 +0000
+++ b/MQTTTransport.cpp Fri Mar 21 05:44:05 2014 +0000
@@ -169,10 +169,12 @@
if (message_value != NULL && strcmp(message_value,IOC_ENDPOINT_ALL_VERB) == 0) { // all
// load up our endpoints
endpoint->loadEndpoints();
+ endpoint->updateEndpoints();
}
else if (message_value != NULL && strcmp(message_value,this->m_endpoint_name) == 0) {
// load up our endpoints (us only)
endpoint->loadEndpoints();
+ endpoint->updateEndpoints();
}
}