You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
后端进程(命令行窗口)关闭后,前端页面仍持续显示任务进行中,无断开提示
问题描述:
DeepSeek-Janus 通过本地命令行启动后端服务,再通过浏览器访问本地网页端使用。当后端命令行窗口被关闭(后端进程终止)后,正在运行任务的前端页面不会检测到连接断开,具体表现为:
任务计时器继续秒级递增,仿佛任务仍在正常执行
进度条和工作状态一直停留在「进行中」,不会报错、不会中断、也不会提示连接异常
页面上没有任何工具调用输出,实际后端已停止工作
只有手动刷新页面后,才会出现网址无法访问的提示
用户无法从前端界面判断后端是否已挂掉,可能会长时间无意义地等待任务完成
复现步骤:
建议改进方向:
All reactions