Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preemptively make sure that the apiObject's properties are equal when adding them to the ChangesBuzz #6

Open
joantune opened this issue Mar 11, 2013 · 0 comments

Comments

@joantune
Copy link
Owner

When adding SyncEvent's to the changesBuzz, make sure that if the origin universe is equal, the apiObject of all of those events that may already exist for that given DSIObject, are the same, if they aren't, it means that that object meanwhile changed (between SyncEvent) generations, and the Sync needs to be redone. This way, we can avoid having less exceptions sent when applying the ChangesBuzz.

Alternatively, check this only when processing the ChangesBuzz (before any change is made)

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

No branches or pull requests

1 participant