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

Modify IMLoginManager avoid duplicate server ip address be store in list #76

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

timonwang
Copy link

If we use List for server ip address, each time we get server address list from the response we will add the server ip address to the list.
We did not check if the ip is duplicated or not.

I made a change to choose server ip address based on current timestamp, this is not a well solution.
Maybe we should choose server based on hash of userid or username.

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

Successfully merging this pull request may close these issues.

1 participant