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(events): ignore server heartbeat and avoid draining empty queue
Add an ignore list for server events (e.g. "server.heartbeat") so noisy heartbeats
don't trigger rendering. Also guard ThrottlingEmitter:_drain to skip calling the
process function when there are no items to process, avoiding unnecessary work.
0 commit comments