mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-08 01:08:43 +08:00
4a3401a405
* feat: close wecom channel;fix: scope chat resume to current app (#6874) * feat: close wecom channel * fix: scope chat resume to current app (#6860) * fix: scope chat resume to current app Abort stale resume streams when switching apps and only resume after the current app/chat init state is aligned. Made-with: Cursor * refactor: centralize resume stream cancellation Ensure only one resume stream is active per client tab and discard queued resume messages after abort. Made-with: Cursor * fix: make sure controller unique * chore: remove redundant effect * perf: remove invalid code * update package --------- Co-authored-by: Ryo <whoeverimf5@gmail.com> * doc * lock --------- Co-authored-by: Ryo <whoeverimf5@gmail.com>