netfox icon indicating copy to clipboard operation
netfox copied to clipboard

Investigate multiple RPCs being triggered instead of 1

Open TheYellowArchitect opened this issue 1 year ago • 1 comments

# Cache the synced clients, as the rpc call itself may arrive multiple times
# ( for some reason? )
var _synced_clients = {}

In the class network_time.gd is the above. How can I test this in order to find the root, and help in solving it? Perhaps this problem doesn't persist in Godot 4.2

TheYellowArchitect avatar Jan 15 '24 17:01 TheYellowArchitect