Skip to content

Commit 2bfa039

Browse files
author
Jim Bennett
committed
Removing will set to fix breaking miniMQTT changes
1 parent 2467f04 commit 2bfa039

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_azureiot/iot_mqtt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ def _create_mqtt_client(self) -> None:
138138
self._mqtts.on_disconnect = self._on_disconnect
139139

140140
# initiate the connection using the adafruit_minimqtt library
141-
self._mqtts.last_will()
142141
self._mqtts.connect()
143142

144143
# pylint: disable=C0103, W0613

0 commit comments

Comments
 (0)