mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-26 04:51:06 -05: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…
x
Reference in New Issue
Block a user