Beispiel #1
0
 def buildProtocol(self, addr):
     protocol = WampServerFactory.buildProtocol(self, addr)
     protocol.gateway = self.gateway
     self.connected_clients.append(protocol)
     return protocol