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
JoinSession handler calls session.clone() to build FullStateSyncPayload. This deep-copies every object, every user, and the entire event log Vec. At 200 objects this is expensive.
JoinSession handler calls session.clone() to build FullStateSyncPayload. This deep-copies every object, every user, and the entire event log Vec. At 200 objects this is expensive.