RobustToolbox
RobustToolbox copied to clipboard
Client -> Server keybinding/input messages handle packet loss poorly.
trafficstars
Having high packet loss leads to very noticeable stuttering when starting or stopping movement in some direction. This Isn't fixed by #3000, that only deals with Server -> client packet loss.
The fix is probably to just separate inputs out from entity events, and having the client send inputs for a range of ticks, rather than single ticks.