Hi!
I wonder what the RepRetry
keyword does. The comment in the code says “Retry replication of this property if it fails to be fully sent (e.g. object references not yet available to serialize over the network)”
Will e.g. the property not be sent if it fails to be fully sent or how does that differ from just using the Replicated
keyword?