-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Description
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:
- Server will send check msg to clients every 10 sec.
- 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.
Metadata
Metadata
Assignees
Labels
No labels