
16 Jul
2020
16 Jul
'20
1:28 a.m.
commit 8df1419a4e4d2057fb896989df39c9e6db1226e9 Author: Illia Volochii <illia.volochii@gmail.com> Date: Thu Apr 30 19:26:16 2020 +0300 Remove an old comment --- stem/control.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/stem/control.py b/stem/control.py index a87e88ca..98631428 100644 --- a/stem/control.py +++ b/stem/control.py @@ -891,8 +891,6 @@ class BaseController(_BaseControllerSocketMixin): self._event_notice.set() self._is_authenticated = False - # joins on our threads if it's safe to do so - self._notify_status_listeners(State.CLOSED) await self._socket_close()