SuperSocket icon indicating copy to clipboard operation
SuperSocket copied to clipboard

SuperSocket is a light weight, cross platform and extensible socket server application framework.

Results 184 SuperSocket issues
Sort by recently updated
recently updated
newest added

1.6.6.1 version has 'InternalHandleUnknownRequest' and 'HandleUnknownRequest' in AppSession however, version 2.0.0-beta.11 does not In version 1.6.6.1, I used it to filter instructions not requested by standard protocols,is there a method...

2.0
feature

Bumps [engine.io](https://github.com/socketio/engine.io) from 6.2.0 to 6.2.1. Release notes Sourced from engine.io's releases. 6.2.1 :warning: This release contains an important security fix :warning: A malicious client could send a specially crafted...

dependencies
javascript

Bumps [loader-utils](https://github.com/webpack/loader-utils) to 3.2.1 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `loader-utils` from 1.2.3 to 3.2.1 Release notes Sourced from loader-utils's releases. v3.2.1 3.2.1...

dependencies
javascript

Framework 版本: v4.0.30319 说明: 由于未经处理的异常,进程终止。 异常信息: System.OutOfMemoryException 在 Microsoft.Win32.RegistryKey.InternalGetValue(System.String, System.Object, Boolean, Boolean) 在 Microsoft.Win32.RegistryKey.GetValue(System.String) 在 System.Diagnostics.PerformanceMonitor.GetData(System.String) 在 System.Diagnostics.PerformanceCounterLib.GetPerformanceData(System.String) 在 System.Diagnostics.PerformanceCounterLib.GetCategorySample(System.String) 在 System.Diagnostics.PerformanceCounterLib.GetCategorySample(System.String, System.String) 在 System.Diagnostics.PerformanceCounter.NextSample() 在 System.Diagnostics.PerformanceCounter.NextValue() 在 SuperSocket.SocketEngine.ProcessPerformanceCounterHelper.Collect(SuperSocket.SocketBase.StatusInfoCollection) 在...

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.0.4 to 4.0.5. Release notes Sourced from socket.io-parser's releases. 4.0.5 Bug Fixes check the format of the index of each attachment (b559f05) Links Diff: https://github.com/socketio/socket.io-parser/compare/4.0.4...4.0.5 Changelog Sourced...

dependencies
javascript

What versions of tls are supported by superwebsocket version 0.6.0.0? When I use supersocket.websocket version 1.6.6.1 it works for tls1.2 but the older version 0.6.0.0.0 keeps saying "Websocket Server temporarily...

Deployed in Docker, everything is normal. Is it caused by the IIS recycling mechanism? Is there any good solution

Application: w3wp.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.OutOfMemoryException at SuperSocket.ClientEngine.AsyncTcpSession.OnGetSocket(System.Net.Sockets.SocketAsyncEventArgs) at SuperSocket.ClientEngine.TcpClientSession.ProcessConnect(System.Net.Sockets.Socket, System.Object, System.Net.Sockets.SocketAsyncEventArgs, System.Exception) at SuperSocket.ClientEngine.ConnectAsyncExtension.SocketAsyncEventCompleted(System.Object, System.Net.Sockets.SocketAsyncEventArgs) at System.Net.Sockets.SocketAsyncEventArgs.OnCompleted(System.Net.Sockets.SocketAsyncEventArgs)...

I am trying to construct a TCP Socket Server and TCP Clients that ensures they always try to reconnect on any kind of disconnect e.g persistent connection. I am using...

The session will be closed for 121.3602129 timeout, the session start time: 2021/5/26 4:31:08, last active time: 2021/5/26 4:31:12! 2021-05-26 04:33:14,176 [41] INFO - Session: 863b2101-50de-43a5-968e-a743906a4958/14.116.248.66:12291 The session will be...