Skip to content

Commit 3d77d0e

Browse files
authored
Merge pull request adafruit#16 from jimbobbennett/master
Removing will set to fix breaking miniMQTT changes
2 parents 2467f04 + 2bfa039 commit 3d77d0e

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)