GNet Objects unnecesary syncs?

BlitzMax Forums/BlitzMax Programming/GNet Objects unnecesary syncs?

Will(Posted 2006) [#1]
Is it ok to have loads and loads of GNetObjects if I'm only changing them infrequently, or will lots of network time be wasted resending them every GNetSync regardless of whether they have been changed?


GW(Posted 2006) [#2]
I imagine that syncing a remote object automatically is a lot faster than checking first if its out of sync.


Will(Posted 2006) [#3]
I meant, does GNet resend information for objects that haven't been changed when you call GNetSync?


deps(Posted 2006) [#4]
I'm 99% sure it won't update objects that hasn't changed.