Closed mweinelt closed 3 years ago
Disconnecting without even having connected was not anticipated -- but given the documentation for all the other members conveniently initializes things (in the typical pre-PEP526 way), that's easy to be fixed, see #158.
During a disconnect
self.__in_idle
is accessed before it is defined.@chrysn