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

Implement a solution for Protocol versions #740

Open
csuwildcat opened this issue May 14, 2024 · 1 comment
Open

Implement a solution for Protocol versions #740

csuwildcat opened this issue May 14, 2024 · 1 comment
Assignees
Labels
discussion feature New feature or request

Comments

@csuwildcat
Copy link
Member

No description provided.

@csuwildcat csuwildcat converted this from a draft issue May 14, 2024
@csuwildcat csuwildcat changed the title Decide on what to do about Protocol versions Implement a solution for Protocol versions May 29, 2024
@LiranCohen
Copy link
Member

Documenting what is necessary for an initial run at versioning:

  • Keep all versions of ProtocolConfigure messages
  • When processing a message, apply the rules based on the ProtocolConfigure message that was active based on the incoming message's timestamp
  • When performing sync, if an updated ProtocolConfigure message arrives, re-apply protocol relevant messages that were authored after the updated configure, purge messages that are not valid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants