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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
本地启动服务,UserChannel、GobangChannel onConnect方法使用如下代码获取用户信息,但返回为空:
final String userStr = session.getHttpSession().getAttribute(User.USER);
导致双开五子棋无法开始,(UserChannel的onConnect看起来不影响)
通过webSocketSession获取用户信息(是否是前端代码缺失?后端根据提交记录无变化,前端gobang.ftl似乎做过恢复)
The text was updated successfully, but these errors were encountered:
我这没有时间看了,欢迎 PR。
Sorry, something went wrong.
No branches or pull requests
描述问题 Describe the problem
本地启动服务,UserChannel、GobangChannel onConnect方法使用如下代码获取用户信息,但返回为空:
导致双开五子棋无法开始,(UserChannel的onConnect看起来不影响)
期待的结果 Expected result
通过webSocketSession获取用户信息(是否是前端代码缺失?后端根据提交记录无变化,前端gobang.ftl似乎做过恢复)
截屏或录像 Screenshot or video
版本环境 Version environment
其他信息 Other information
The text was updated successfully, but these errors were encountered: