SuperWebSocket
SuperWebSocket copied to clipboard
SuperWebSocket is a .NET implementation of WebSocket server.
I'm writing a websocket server using multiple threads, so at anytime two threads could be sending a message to the same socket/websocketsession, but can't figure out whether I should use...
I used [this NuGet package](https://www.nuget.org/packages/SuperSocket.WebSocket/1.6.5), which seems to be the most recent. The package doesn't contain `SuperSocket.SocketEngine`. Here's the stack trace: ``` at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean...
We are using the super socket WebSocket library in our project but facing the auto-refreshing issue from last month. If I am keeping my site page idle for more then...
Unable to read CloseFrame content while closing SuperWebsocket. I see that intentionally you have commented out these lines and not passing them to the callers. https://github.com/kerryjiang/SuperWebSocket/blob/7fb16216970b177700b2e02418f9081943c9df71/SuperWebSocket/Command/Close.cs#L76 I'm dealing with a...
After multiple clients send different messages at the same time, all events fire, but all messages are the same as the last client's message that arrived. It appears as if...
I am using the tls12 in the configuration and the supersocket server starts fine and performance collector is showing fine too. The browser connects fine when I am using just...
I am having a problem with Chrome and Firefox with immediate disconnect. IE does not have a problem. Chrome and FireFox drop connection right after they attempt to connect IE...
``` System.IndexOutOfRangeException: 索引超出了数组界限。 在 SuperSocket.Common.ArraySegmentList`1.get_Item(Int32 index) 位置 \SuperSocket-master\Common\ArraySegmentList.cs:行号 103 在 SuperWebSocket.Protocol.WebSocketDataFrame.get_Key() 位置 \SuperWebSocket-master\SuperWebSocket\Protocol\WebSocketDataFrame.cs:行号 115 在 SuperSocket.SocketBase.AppServerBase`2.ExecuteCommand(TAppSession session, TRequestInfo requestInfo) 位置 \SuperSocket-master\SocketBase\AppServerBase.cs:行号 1212 在 SuperWebSocket.WebSocketServer`1.ExecuteCommand(TWebSocketSession session, IWebSocketFragment requestInfo) 位置 \SuperWebSocket-master\SuperWebSocket\WebSocketServer.cs:行号 686...