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
In Socket.IO there is a concept of "volatile" events that should be used when reliable communication is not required. This will allow for more efficient handling of multiple position updates every second.
User position on the receiving side should be interpolated to create an illusion of smooth movement. This should allow to throttle updates even more.