Files
klopez4212andClaude Fable 5 1eacdea1d8 Add request deadlines to the desktop relay HTTP bridge
The shared reqwest client had no timeout, so a stalled connection (e.g.
an expired VPN tunnel that blackholes packets) left relay bridge calls
pending forever — chat creation and message sends spun indefinitely with
no error surfaced. Relay requests now carry a 30s per-request deadline
and the shared client gets a 10s connect timeout (connect-phase only, so
media streaming stays unbounded).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-07 07:43:31 +01:00
..