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