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
触发条件:断点LoginFinish事件,超过7秒,之后运行,将触发报错
原因:重连目标是Realm网关,断点过久,实体RouterCheckComponent会触发重连操作,尝试多次,该检测函数会无视Realm的断线请求,直至重连次数超出,报错。
解决:KService.Recv函数中的KcpProtocalType.FIN处理也应加入状态改变通知
The text was updated successfully, but these errors were encountered:
单步调试把超时改长一点就行了
Sorry, something went wrong.
No branches or pull requests
触发条件:断点LoginFinish事件,超过7秒,之后运行,将触发报错
原因:重连目标是Realm网关,断点过久,实体RouterCheckComponent会触发重连操作,尝试多次,该检测函数会无视Realm的断线请求,直至重连次数超出,报错。
解决:KService.Recv函数中的KcpProtocalType.FIN处理也应加入状态改变通知
The text was updated successfully, but these errors were encountered: