mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-26 20:14:20 +01:00
Found and fixed the bug that sucked up 100% cpu when the network got disconnected.
This commit is contained in:
parent
ecdcabb4e6
commit
798bac6d3c
@ -123,6 +123,7 @@ class AsyncoreDriver(asynchat.async_chat, object):
|
|||||||
def die(self):
|
def die(self):
|
||||||
#debug.methodNamePrintf(self, 'die')
|
#debug.methodNamePrintf(self, 'die')
|
||||||
self.close()
|
self.close()
|
||||||
|
drivers.IrcDriver.die(self)
|
||||||
|
|
||||||
|
|
||||||
class ReplListener(asyncore.dispatcher, object):
|
class ReplListener(asyncore.dispatcher, object):
|
||||||
|
Loading…
Reference in New Issue
Block a user