NetCoreServer icon indicating copy to clipboard operation
NetCoreServer copied to clipboard

Ultra fast and low latency asynchronous socket server & client C# .NET Core library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution

Results 161 NetCoreServer issues
Sort by recently updated
recently updated
newest added

Hi, With the latest upgrade to net core 5.0, my code does not work any more. By introducing these rows of codes on OnAsyncCompleted private void OnAsyncCompleted(object sender, SocketAsyncEventArgs e)...

This version works great in 3.0.6 but not more with 3.0.15 - any solution for it? Or does exists a another solution for it? Or isset not more required for...

how to initialize clients with specific port numbers ? with using all the features [connect-disconnect-reconnect] I used socket.bind() but fails while reconnect due to "Close_Wait" any suggestion ?

After discussion in https://github.com/chronoxor/NetCoreServer/issues/98 it was concluded, that adding dangling connections detection is out of scope of core library and should be implemented in application layer. To implement detection of...

Just wanted to let you know that I have added a simple test implementation for NetCoreServer to the [TechEmpower Framework Benchmarks](https://www.techempower.com/benchmarks/#section=intro&hw=ph&test=fortune). - [Source Code](https://github.com/TechEmpower/FrameworkBenchmarks/tree/master/frameworks/CSharp/netcoreserver) - First Results ([Plaintext](https://www.techempower.com/benchmarks/#section=test&runid=3e8b131d-0f8b-40db-babe-eea7774b9e0b&hw=ph&test=plaintext&l=zik0zh-73&a=2), [JSON](https://www.techempower.com/benchmarks/#section=test&runid=3e8b131d-0f8b-40db-babe-eea7774b9e0b&hw=ph&test=json&l=zik0zh-73&a=2)) You...

**What we have:** 2 servers and 2 clients on one PC with next configuration Server1: 127.0.0.1:36000 (Listens for Client2) Client1: connects to Server2 (127.0.0.1:36001) **from local point 127.0.0.1:36002** Server2: 127.0.0.1:36001...

Hi, I have two question, 1. How to cap/limit the maximum concurrent socket connections? 2. How to disconnect the client automatically after certain timeout (if not actions)? Kindly let me...

I recently started using the HttpClient but noticed that whenever the server was not available or connection was refused no error is reported back. I went digging and noticed that...

How to WsServer ,WssServer share entities?

System.ArgumentException HResult=0x80070057 Message=Source array was not long enough. Check the source index, length, and the array's lower bounds. Source=System.Private.CoreLib StackTrace: at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32...