Skip to content

Commit

Permalink
sync mqtt client with origin
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDvP committed Sep 20, 2023
1 parent 9c33b5c commit bbc5bc8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/espMqttClient/src/MqttClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ bool MqttClient::connect() {
_onError(0, Error::OUT_OF_MEMORY);
}
EMC_SEMAPHORE_GIVE();
} else if (_state <= State::connected) { // already connected or connecting
result = true;
}
return result;
}
Expand Down

0 comments on commit bbc5bc8

Please sign in to comment.