log in connect
This commit is contained in:
@@ -168,7 +168,7 @@ class AgentNamespace(Namespace):
|
||||
|
||||
user_uuid2ase_client[user_uuid].register_on_connect_entry(
|
||||
callback=on_connect_to_ase,
|
||||
entry=(self, user_uuid2ase_client[user_uuid]),
|
||||
entry=(self, user_uuid2ase_client[user_uuid], current_app.logger),
|
||||
init_data={'room':user_uuid, 'restart':restart}
|
||||
)
|
||||
user_uuid2ase_client[user_uuid].register_route_with_entry(
|
||||
|
||||
Reference in New Issue
Block a user