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