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
TcpSocketServer 多次连接断开或静置一段时间之后会有问题: 出现客户端连接之后,发送消息,都没有反应,服务端的连接成功事件也不触发,接收信息事件也不触发。
The text was updated successfully, but these errors were encountered:
这个问题我在使用SaeaServer也遇到过,在TcpSocketSaeaSession.cs中,找到Clean(),把_receiveBuffer = default(ArraySegment);封掉
Sorry, something went wrong.
great~ @yangwenyao
Successfully merging a pull request may close this issue.
TcpSocketServer 多次连接断开或静置一段时间之后会有问题:
出现客户端连接之后,发送消息,都没有反应,服务端的连接成功事件也不触发,接收信息事件也不触发。
The text was updated successfully, but these errors were encountered: