Skip to content
New issue

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 多次连接断开之后会有问题 #12

Open
junmang opened this issue Feb 24, 2018 · 2 comments · May be fixed by #24
Open

TcpSocketServer 多次连接断开之后会有问题 #12

junmang opened this issue Feb 24, 2018 · 2 comments · May be fixed by #24

Comments

@junmang
Copy link

junmang commented Feb 24, 2018

TcpSocketServer 多次连接断开或静置一段时间之后会有问题:
出现客户端连接之后,发送消息,都没有反应,服务端的连接成功事件也不触发,接收信息事件也不触发。

@yangwenyao
Copy link

这个问题我在使用SaeaServer也遇到过,在TcpSocketSaeaSession.cs中,找到Clean(),把_receiveBuffer = default(ArraySegment);封掉

@JoyCyril
Copy link

great~ @yangwenyao

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants