What does RepRetry do?

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?

Hi undercover,

The RepRetry keyword isn’t used anymore, and is obsolete now - a few references to it slipped through the cracks. There is no difference between using RepRetry and a normal Replicated property.

Sorry for the confusion!

1 Like

Okay, thanks!

Do you have a reference to where it got deprecated? I can’t find deprecation being mentioned anywhere in the docs.