How to 'catch up' on changes made to DDS between container creation by one party and attachment by another? #14187
Replies: 1 comment
-
Bumping my own discussion. My workaround is to write special 'null' objects when attaching, which seems to kickstart the data exchange process, and works for now. I ignore them in the main flow and clear them up later. Will come back to this at some point to see if I can do a small reproduce. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am probably missing something.
Party 1:
I am listening for container.on("connected) in 1 & 4, still seem to be missing changes made in between the attach by party 2 and the next change.
The state is there as it arrives once another change is made ... in step 5. So having to store it all and replay after a manual handshake with new joiners seems unnecessary, and certainly complex with multiple parties.
Any help - how should I get the initial load of state that is already there when attaching to a container ?
Thanks in advance to anyone that can help.
Jon
Beta Was this translation helpful? Give feedback.
All reactions