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

Improve how CROs updates are handled #14

Open
d-roak opened this issue Jun 16, 2024 · 0 comments
Open

Improve how CROs updates are handled #14

d-roak opened this issue Jun 16, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@d-roak
Copy link
Member

d-roak commented Jun 16, 2024

Currently, the CROs have a pubsub group where the nodes are actively listening for a message object_update with an arbitrary field data.

In our canvas example we are passing the function that did the update and the parameters. This allows us to update our local version, but we don't account for redundant messages (will lead us to an incorrect state).
In theory, libp2p doesn't have duplicate messages, but we need to further test if that is true.

We should define a better way to do the object updates and what should go into the data field.

This will lead to the requests spec document.

@d-roak d-roak added documentation Improvements or additions to documentation enhancement New feature or request labels Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
Status: 🔜 Todo
Development

No branches or pull requests

1 participant