Пример #1
0
 def connectionLost(self, *args):
     # Don't leave the reactor in an unclean state when we exit.
     self.setTimeout(None)
     return EventHandler.connectionLost(self, *args)
Пример #2
0
 def connectionLost(self, *args):
     # Don't leave the reactor in an unclean state when we exit.
     self.setTimeout(None)
     return EventHandler.connectionLost(self, *args)