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

Broadcast votes to our current sections and their neighbours #22

Closed
michaelsproul opened this issue May 25, 2017 · 1 comment
Closed

Comments

@michaelsproul
Copy link
Owner

Even if we are disconnected from some nodes which we consider current, we should send messages to them and expect the network to eventually deliver them. In a real network, this could be achieved by keeping a message queue for each disconnected node, but for now we can let the Network struct act as the message queue.

@Fraser999
Copy link
Contributor

We've decided rather than simulating a particular implementation for ensuring delivery, we'll keep Ewok blissfully unaware of the details and just have the network deliver all messages, regardless of whether the two endpoints are connected or not.

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

No branches or pull requests

2 participants