Esempio n. 1
0
 def clientConnectionLost(self, connector, reason):
     self.connector = None
     self.stopTimers()
     self.perspective = None
     ReconnectingPBClientFactory.clientConnectionLost(self,
                                                      connector, reason)
Esempio n. 2
0
 def clientConnectionLost(self, connector, reason):
     ReconnectingPBClientFactory.clientConnectionLost(
         self, connector, reason)
     self.source.connected = False
Esempio n. 3
0
 def clientConnectionLost(self, connector, reason):
     ReconnectingPBClientFactory.clientConnectionLost(self, connector,
                                                      reason)
     self.source.connected = False