revert accidental commented stopping of handler

pull/130/head
Marius Kriegerowski 2023-01-13 17:41:02 +01:00
rodzic 19960e62df
commit 8f73b4c5cc
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()