From 60248d5c51dbf1a0a02f9c967494db6e2f4127ad Mon Sep 17 00:00:00 2001 From: CakeCN Date: Thu, 8 Jan 2026 23:38:50 +0800 Subject: [PATCH] log connect_to_ase --- Html/apps/services/asectrl_service.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Html/apps/services/asectrl_service.py b/Html/apps/services/asectrl_service.py index a9fca88..6810185 100644 --- a/Html/apps/services/asectrl_service.py +++ b/Html/apps/services/asectrl_service.py @@ -29,6 +29,7 @@ def on_connect_to_ase(client, entry, init_data, **kwargs): 此时刚刚建立好aseclient连接,并向前端发送打开code-server-like指令。 ''' namespace_entry, ase_client = entry + print("on_connect_to_ase", init_data) namespace_entry.emit('open-iframe',"", room=init_data['room'], namespace='/agent') namespace_entry.emit('message', "Agents服务已连接, 加载教案中", room=init_data['room'], namespace='/agent')