Only send latest RPC to server for 'client auth' syncvars. #286
Closed
FirstGearGames
started this conversation in
Feature Request
Replies: 1 comment 1 reply
-
This idea is getting scrapped in favor of client-authoritative synctypes. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently when a client sets a syncvar using properties it's done by sending a RPC to the server, and the server then changes the value. However, the client may change a value several times per tick resulting in a lot of necessary RPC sends, as only the latest really matters.
Make it so when RPCs are used as syncvar properties to only send the latest value to the server per INTERVAL.
Beta Was this translation helpful? Give feedback.
All reactions