Beispiel #1
0
 def connectionLost(self, reason):
     WebSocketServerProtocol.connectionLost(self, reason)
     self.factory.unregister(self)
Beispiel #2
0
 def connectionLost(self, reason):
     """Unregister on connection drop"""
     WebSocketServerProtocol.connectionLost(self, reason)
     self.factory.unregister(self)
Beispiel #3
0
 def connectionLost(self, reason):
     WebSocketServerProtocol.connectionLost(self, reason)
     self.factory.unregister(self)