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