-
Notifications
You must be signed in to change notification settings - Fork 59
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
Merge ring and ringDescriber #373
Conversation
It was only used once in Session init(), but init is only called once and it does not make sense to do round robin there.
@dkropachev This is my draft PR with change you suggested. I would also consider changing some names: e.g. |
6831c79
to
2b12b53
Compare
@dkropachev could you take a look, please? |
It looks great, changing names is not s problem. |
Previously we had two separate structs to store hosts data.
This PR merges both of them and additionally does some refactoring like removing unnecessary methods/structs.