override change condition detection (multi times)

Our setup is Dev A as “sendonly”, B as “sendreceive”. After some files changed on B, we can use API event “RemoteChangeDetected” to find out that an override changes should be throw out. However, after we use the API for once, we cannot use the event to determine if B has changed content ( thinking about a page to show status of A, close the page, open again–> event consumed already and it will not get the notice that B changed content any more).

Is there a better way to make multiple check/query?

We buffer last 100 events I think so if you start consuming events from the start it should still be there.

Also, the completion endpoint I think tells you if the other side is in sync or not.