We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
如果A注册了一个ID,这时候B注册了同一个ID,那么B会把A给踢掉。导致客户端连接不上。
提出几个改进需求: 1,如果已经存在了ID,要提示不能注册的报错信息 2,如果一个注册通道断开连接,注册的ID要释放
The text was updated successfully, but these errors were encountered:
fix #2 and #3; release v1.1
8b7b466
fixed
Sorry, something went wrong.
LubyRuffy
No branches or pull requests
如果A注册了一个ID,这时候B注册了同一个ID,那么B会把A给踢掉。导致客户端连接不上。
提出几个改进需求:
1,如果已经存在了ID,要提示不能注册的报错信息
2,如果一个注册通道断开连接,注册的ID要释放
The text was updated successfully, but these errors were encountered: