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
The initial fix prevented the flash but introduced a regression: if a send
truly hangs (no stream-start event arrives), the retry barrier would never
appear because React doesn't re-render just because time passes.
Fixed by adding a timer that forces a re-render 2.1s after a user message
is sent. This ensures the retry barrier appears even if the stream never
starts, while still preventing the flash during normal operation.
0 commit comments