Skip to content

Commit 8bd918b

Browse files
Christian Wickemarvinroger
authored andcommitted
fix mqtt.disconnect() (#118)
1 parent fb0b4cb commit 8bd918b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/AsyncMqttClient.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,6 @@ void AsyncMqttClient::disconnect(bool force) {
717717
} else {
718718
_disconnectFlagged = true;
719719
_sendDisconnect();
720-
_client.send();
721720
}
722721
}
723722

0 commit comments

Comments
 (0)