we can disconnect, before plugin
This commit is contained in:
parent
6c03358b27
commit
5af232513b
1 changed files with 2 additions and 1 deletions
|
@ -362,6 +362,7 @@ class P2PConnection(IdleObject, PlugIn):
|
|||
pass
|
||||
self.fd = -1
|
||||
self.state = -1
|
||||
if self._owner:
|
||||
self._owner.on_disconnect()
|
||||
|
||||
def _do_send(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue