mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 01:09:22 +01:00
NetworkCore: don't clear state on disconnect
This is already reset on connect, so doing it here too is a bit pointless.
This commit is contained in:
parent
bebdf2e4ff
commit
2fc5d32e3f
@ -414,9 +414,6 @@ class PyLinkNetworkCore(structures.DeprecatedAttributesObject, structures.CamelC
|
||||
# Internal hook signifying that a network has disconnected.
|
||||
self.call_hooks([None, 'PYLINK_DISCONNECT', {'was_successful': self.was_successful}])
|
||||
|
||||
log.debug('(%s) _post_disconnect: Clearing state via _init_vars().', self.name)
|
||||
self._init_vars()
|
||||
|
||||
def _remove_client(self, numeric):
|
||||
"""Internal function to remove a client from our internal state."""
|
||||
for c, v in self.channels.copy().items():
|
||||
|
Loading…
Reference in New Issue
Block a user