Beispiel #1
0
 def add_client(self, client):
     '''client websocket is online'''
     Application.add_client(self, client)
Beispiel #2
0
 def remove_client(self, client):
     '''client websocket is going away'''
     Application.remove_client(self, client)
Beispiel #3
0
 def request(self, client, service, method, kwargs, request_id):
     Application.request(self, client, service, method, kwargs, request_id)