コード例 #1
0
    def connectionLost(self, reason):
        self.factory._unsubscribeClient(self)
        self.factory._removeSession(self)

        WampProtocol.connectionLost(self, reason)
        WebSocketServerProtocol.connectionLost(self, reason)
コード例 #2
0
 def connectionLost(self, reason):
    WebSocketServerProtocol.connectionLost(self, reason)
    FuzzingProtocol.connectionLost(self, reason)
コード例 #3
0
ファイル: wamp.py プロジェクト: hansent/Autobahn
   def connectionLost(self, reason):
      self.factory._unsubscribeClient(self)
      self.factory._removeSession(self)

      WampProtocol.connectionLost(self, reason)
      WebSocketServerProtocol.connectionLost(self, reason)
コード例 #4
0
 def connectionLost(self, reason):
     WebSocketServerProtocol.connectionLost(self, reason)
     FuzzingProtocol.connectionLost(self, reason)
コード例 #5
0
ファイル: autobahn.py プロジェクト: Frikanalen/mltplayout
 def connectionLost(self, reason):
    WebSocketServerProtocol.connectionLost(self, reason)
    self.factory._unsubscribeClient(self)