-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
The sending attempt timed out #97
Comments
我也遇到了这个问题。。不知道是哪里的错 |
这个应该网络不稳定或者服务端socket连接所占用的句柄数被用完等原因造成的,但是supersocket有断线重连机制,你再持续观察一段时间,看这些丢失的连接是否会重新连接。 |
SuperSocket.Websocket 运行一天之后,服务端往客户端发送的时候,出现 “System.TimeoutException: The sending attempt timed out” |
我也遇到同样的问题,有人解决了吗? |
然后修改一下注册表缩短time-wait的时间。 |
SuperSocket.Websocket 运行一天之后,服务端往客户端发送的时候,出现 “System.TimeoutException: The sending attempt timed out”,同样的问题,有人知道解决办法吗 |
The sending attempt timed out
at SuperSocket.SocketBase.AppSession
2.InternalSend(ArraySegment
1 segment)at SuperSocket.SocketBase.AppSession
2.Send(Byte[] data, Int32 offset, Int32 length) at SuperSocket.SocketBase.AppSession
2.Send(String message)at YLB.Mutil.IMService.WinSession.Send(Object msg) in D:\Project\YaleBao\YLB.Mutil.IMService\App\WinSession.cs:line 98
每隔一两天,一段时间内会出现很多 timed out 异常,大概800个连接数
`
The text was updated successfully, but these errors were encountered: