cybertown_shared_objects icon indicating copy to clipboard operation
cybertown_shared_objects copied to clipboard

Reduce calls to server for user movement

Open dburleson opened this issue 4 years ago • 0 comments

Sgeo comments:

Although some things could be cleaned up: A rate limit on sending to server, maybe using WebRTC to lower server's bandwidth usage

User movement is pings at every change, which will cause a huge load on the server with multiple users.Throttling the calls to the server should resolve this. Maybe only ping position every half a 1/10 of a second and only when actually moving.

dburleson avatar Jul 01 '21 17:07 dburleson