mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-10 01:08:08 +08:00
910010fe75
* 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