Skip to content

Commit 46f4794

Browse files
Update src/ArduinoIoTCloudTCP.cpp
Co-authored-by: Mattia Pennasilico <[email protected]>
1 parent 9549851 commit 46f4794

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ArduinoIoTCloudTCP.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ ArduinoIoTCloudTCP::State ArduinoIoTCloudTCP::handle_Connected()
303303
return State::Disconnect;
304304
}
305305

306+
/* Check for new data from the MQTT client. */
306307
_mqttClient.poll();
307308
/* Retransmit data in case there was a lost transaction due
308309
* to phy layer or MQTT connectivity loss.

0 commit comments

Comments
 (0)