feat(FN-4381): flush queued chat messages on recovery completion
Fixes chat hooks to flush queued messages when recovery completes, preventing stale messages from lingering in useChat and useQuickChat; includes tests for both hooks. Fusion-Task-Id: FN-4381
This commit is contained in:
5
.changeset/FN-4381-flush-queued-chat-on-recovery.md
Normal file
5
.changeset/FN-4381-flush-queued-chat-on-recovery.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@runfusion/fusion": patch
|
||||
---
|
||||
|
||||
Fix chat queued follow-up delivery so pending messages auto-send when streaming completes through recovery paths (SSE message-added recovery, polling finalization, and visibility-resume), not only fresh-send onDone/onError handlers.
|
||||
Reference in New Issue
Block a user