fix(FN-3760): add SSE first-event watchdog for legacy chat streams

- Add a first-event watchdog in legacy chat SSE handling to prevent hangs before initial stream data
- Cover watchdog behavior with legacy chat stream API tests
- Add hook-level regression tests for useChat and useQuickChat first-send stream scenarios
- Include a changeset for @runfusion/fusion patch release

Fusion-Task-Id: FN-3760
This commit is contained in:
Fusion
2026-05-08 20:45:45 -07:00
committed by gsxdsm
parent 9cfc2875d3
commit 9c86771295
5 changed files with 133 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Fix first chat message send hanging on "Connecting…" — the initial SSE stream now completes reliably on cold-start.