Ejemplo n.º 1
0
 def clientConnectionFailed(self, connector, reason):
     if self.shuttingDown:
         log.msg("not scheduling reconnection attempt")
         return
     ThrottledClientFactory.clientConnectionFailed(self, connector, reason)
Ejemplo n.º 2
0
 def clientConnectionFailed(self, connector, reason):
     if self.shuttingDown:
         log.msg("not scheduling reconnection attempt")
         return
     ThrottledClientFactory.clientConnectionFailed(self, connector, reason)