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