SIGN IN SIGN UP

fix(sdk): keep SSE reconnect enabled with custom fetch (#2605)

## Summary
- Keep SSE auto-reconnect and idle-reconnect enabled when a custom
`fetch` is supplied (auth/proxy shims), instead of silently forcing
`maxReconnectAttempts: 0`.
- Plumb `maxReconnectAttempts`, `streamIdleReconnect`,
`reconnectDelayMs`, and `onReconnect` through `StreamController` and
React/Vue/Svelte/Angular `useStream`.
- Add transport unit coverage plus browser interrupt tests that drop
`/stream/events` mid-HITL and assert `respond()` still completes.
C
Christian Bromann committed
f326b89365043bfa846e0b428564bcafafab4aaa
Parent: 42ec394
Committed by GitHub <noreply@github.com> on 7/15/2026, 4:45:12 AM