Merge pull request #130 from Yakifo/fix-accidental-py3-refactor-comment

revert accidental commented stopping of handler
pull/164/head
Marius Kriegerowski 2024-12-29 13:54:04 +01:00 zatwierdzone przez GitHub
commit b5a11c3e82
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -505,7 +505,7 @@ class MQTTClient:
self._connected_state.clear()
# stop an clean handler
# await self._handler.stop()
await self._handler.stop()
self._handler.detach()
self.session.transitions.disconnect()