Skip to content

Commit

Permalink
Test recover failed connect
Browse files Browse the repository at this point in the history
Signed-off-by: Bert Melis <[email protected]>
  • Loading branch information
bertmelis authored Jul 25, 2023
1 parent f633972 commit 7ce3524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MqttClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ void MqttClient::loop() {
case State::disconnectingTcp1:
_transport->stop();
_state = State::disconnectingTcp2;
break; // keep break to accomodate async clients
//break; // keep break to accomodate async clients
case State::disconnectingTcp2:
if (_transport->disconnected()) {
_clearQueue(0);
Expand Down

0 comments on commit 7ce3524

Please sign in to comment.