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 ff6f991 + fe57038 commit cbe2177Copy full SHA for cbe2177
adafruit_minimqtt/adafruit_minimqtt.py
@@ -578,7 +578,7 @@ def disconnect(self) -> None:
578
except RuntimeError as e:
579
self.logger.warning(f"Unable to send DISCONNECT packet: {e}")
580
self.logger.debug("Closing socket")
581
- self._connection_manager.free_socket(self._sock)
+ self._connection_manager.close_socket(self._sock)
582
self._is_connected = False
583
self._subscribed_topics = []
584
self._last_msg_sent_timestamp = 0
0 commit comments