You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(local): detect upstream disconnect in --quiet attach mode
Previously, --quiet mode waited only for SIGINT/SIGTERM and would hang
indefinitely if the upstream server shut down. Now it consumes the SSE
stream (draining chunks without parsing) so the for-await loop exits
naturally on disconnect.
0 commit comments