Minor changes
This commit is contained in:
@@ -84,7 +84,7 @@ void MqttClient::connect(MqttBroker* parentBroker)
|
||||
|
||||
void MqttClient::connect(std::string broker, uint16_t port, uint16_t ka)
|
||||
{
|
||||
debug("cnx: closing");
|
||||
debug("MqttClient::connect");
|
||||
keep_alive = ka;
|
||||
close();
|
||||
if (client) delete client;
|
||||
|
||||
Reference in New Issue
Block a user