Skip to content
This repository has been archived by the owner on Oct 19, 2019. It is now read-only.

System.TimeoutException: The sending attempt timed out #48

Open
rayxelloss opened this issue May 14, 2018 · 1 comment
Open

System.TimeoutException: The sending attempt timed out #48

rayxelloss opened this issue May 14, 2018 · 1 comment

Comments

@rayxelloss
Copy link

System.TimeoutException: The sending attempt timed out
在 SuperSocket.SocketBase.AppSession2.InternalSend(ArraySegment1 segment)
在 SuperSocket.SocketBase.AppSession2.Send(Byte[] data, Int32 offset, Int32 length) 在 SuperSocket.WebSocket.WebSocketSession1.SuperSocket.WebSocket.IWebSocketSession.SendRawData(Byte[] data, Int32 offset, Int32 length)
在 SuperSocket.WebSocket.Protocol.DraftHybi10Processor.SendPackage(IWebSocketSession session, Int32 opCode, Byte[] data, Int32 offset, Int32 length)
在 SuperSocket.WebSocket.Protocol.DraftHybi10Processor.SendMessage(IWebSocketSession session, Int32 opCode, String message)
在 SuperSocket.WebSocket.Protocol.DraftHybi10Processor.SendMessage(IWebSocketSession session, String message)

I am keeping get this error via in my server when I tried to boardcast the message to all the users in my project, did anyone has some solutions for this ? thanks

@pvictorlv
Copy link

Increase your SendingQueueSize to MaxConnectionNumber/5

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

No branches or pull requests

2 participants