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
Bug 描述 RouteController login方法登录校验成功以后,后续发生的异常时做一下客户端下线或许更好哦~😄
复现 复现步骤: 1.单实例启动服务端模块。 2.单实例启动路由模块。 3.单实例启动客户端模块。 4.停止服务端。 5.重新启动客户端,用户校验成功,登录状态入库成功,拉取服务端路由信息抛出异常,客户端启动失败。 6.重新拉起服务端模块。 7.启动客户端提示“账号重复登录,请退出一个账号!”。
预期结果 客户端启动成功!
截图
The text was updated successfully, but these errors were encountered:
有两种方案可以解决:
Sorry, something went wrong.
嗯嗯,大大的赞~
@Askerlve 感兴趣可以提个 PR 过来解决这个问题😀
🐛 Fixing a bug.
0c5d37c
#28
@Askerlve 时隔多年终于是修复了该问题。
crossoverJie
Successfully merging a pull request may close this issue.
Bug 描述
RouteController login方法登录校验成功以后,后续发生的异常时做一下客户端下线或许更好哦~😄
复现
复现步骤:
1.单实例启动服务端模块。
2.单实例启动路由模块。
3.单实例启动客户端模块。
4.停止服务端。
5.重新启动客户端,用户校验成功,登录状态入库成功,拉取服务端路由信息抛出异常,客户端启动失败。
6.重新拉起服务端模块。
7.启动客户端提示“账号重复登录,请退出一个账号!”。
预期结果
客户端启动成功!
截图
![image](https://user-images.githubusercontent.com/14157567/51974140-313b5600-24ba-11e9-8d95-97cfe859f5c7.png)
The text was updated successfully, but these errors were encountered: