Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Replication and RepNotify for actor + subobjects isn't in the same order as native #1675

Open
ernopp opened this issue Jan 14, 2020 · 0 comments

Comments

@ernopp
Copy link
Contributor

ernopp commented Jan 14, 2020

When data is replicated at the same time for actor and one or more of its subobjects, the sequence on the receiver is the following:

Native networking:

Data is received for the actor
Data is received for the subobject
RepNotifies are called for the actor
RepNotifies are called for the subobject

Spatial networking:

Data is received for the actor
RepNotifies are called for the actor
Data is received for the subobject
RepNotifies are called for the subobject

This happens due to the GDK calling RepNotifies at the end of applying each component update, and receiving separate component updates for the actor and its subobjects.

Internal ticket UNR-2304

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant