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
🤖 Buffer init events like stream events during replay
Init events can arrive before or after caught-up:
- Before: During replay from init-status.json (historical)
- After: During live workspace creation (real-time)
Like stream events, init events are now explicitly buffered during
replay to avoid O(N) re-renders and ensure proper ordering.
Added detailed comments explaining this behavior.
Generated with `cmux`
0 commit comments