Exemple #1
0
 def connectionLost(self, *args):
     WampClientProtocol.connectionLost(self, *args)
     self.factory.onConnectionLost.callback(self)
Exemple #2
0
 def connectionLost(self, reason):
     if self.wscp is not None:
         self.wscp.failConnection()
     WampClientProtocol.connectionLost(self, reason)
Exemple #3
0
 def connectionLost(self, reason):
     WampClientProtocol.connectionLost(self, reason)