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

Health check msg #26

Open
ganbolor opened this issue Mar 21, 2017 · 0 comments
Open

Health check msg #26

ganbolor opened this issue Mar 21, 2017 · 0 comments

Comments

@ganbolor
Copy link

Sometimes following error occurred when the client is disconnected and then reconnected.
Error: "The nick '" + userInfo.Nick + "' is being used by another user. Please select another one.
Sometimes, server don't know whether client is disconnected or connected.

To solve this issue:

  1. Server will send check msg to clients every 10 sec.
  2. Server will check client name because may be, client name is same previous connected clients.
    a. if client name is same, Server will respond the above error.
    Error: "The nick '" + userInfo.Nick + "' is being used by another user. Please select another one.
    b. if client name is not same, Server will receive new user.
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

1 participant