mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 04:32:36 +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):
|
||||
#debug.methodNamePrintf(self, 'die')
|
||||
self.close()
|
||||
drivers.IrcDriver.die(self)
|
||||
|
||||
|
||||
class ReplListener(asyncore.dispatcher, object):
|
||||
|
Loading…
Reference in New Issue
Block a user