[中] AgentChat流正常结束后streamTimeout未清除 #100

Closed
opened 2026-05-10 18:39:22 +08:00 by admin · 0 comments
Owner

问题描述

frontend/src/views/AgentChat.vue 第411行,SSE流正常结束后 streamTimeout 定时器未被清除,可能在后续操作中意外触发。

涉及文件

  • frontend/src/views/AgentChat.vue:411

修复建议

在流正常结束的 final 事件处理中清除 streamTimeout。

严重程度

中 - 定时器泄漏

## 问题描述 frontend/src/views/AgentChat.vue 第411行,SSE流正常结束后 streamTimeout 定时器未被清除,可能在后续操作中意外触发。 ## 涉及文件 - frontend/src/views/AgentChat.vue:411 ## 修复建议 在流正常结束的 final 事件处理中清除 streamTimeout。 ## 严重程度 中 - 定时器泄漏
admin closed this issue 2026-05-10 18:59:13 +08:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/aiagent#100