We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2467f04 + 2bfa039 commit 3d77d0eCopy full SHA for 3d77d0e
adafruit_azureiot/iot_mqtt.py
@@ -138,7 +138,6 @@ def _create_mqtt_client(self) -> None:
138
self._mqtts.on_disconnect = self._on_disconnect
139
140
# initiate the connection using the adafruit_minimqtt library
141
- self._mqtts.last_will()
142
self._mqtts.connect()
143
144
# pylint: disable=C0103, W0613
0 commit comments