-
Notifications
You must be signed in to change notification settings - Fork 8
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
Extended multi connection to multiple greet laos #1613
Conversation
[PoP - Be2-Scala] Kudos, SonarCloud Quality Gate passed! |
[PoP - Be1-Go] Kudos, SonarCloud Quality Gate passed! |
[PoP - Fe2-Android] Kudos, SonarCloud Quality Gate passed! |
[PoP - Fe1-Web] Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, well documented and tested!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR extends the current multiconnection to also connect to servers which join later.
As the backends have implemented a dynamic server configuration, they are going to send a new GreetLao when a new peer joins. So far, the current multiconnection was only connecting to the peers in the very first greet lao, maintaining static the servers set. By this change now we process each greetlao and we connect to all the peers we have not been connected yet, allowing to connect to new servers joining the network.