netfox
netfox copied to clipboard
Investigate multiple RPCs being triggered instead of 1
# 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