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

It seems that the function of sticky package unpacking is not supported,or maybe my parameters are set incorrectly?

I just follow the example [Example: TCP chat server](https://github.com/chronoxor/NetCoreServer#example-tcp-chat-server),my server running on linux,the memory usage grow very quickly,and the last I got the out of memory or core dump. this...

Can you add an example of asynchronous database operation working with a TCP Socket Server? How it works on Linux(Ubuntu 22.04). What is its performance? Will it be more efficient...

SetHeader() does not work propery after HttpResponse has been created using factory methods, e.g. MakeGetResponse(). The reason is that the standard headers (length + content-type) and content body is already...

I am trying to use the TCP session class together with the my own service layer which is based on the async/await pattern (all functions of the service layer return...

is there any way to make a bandwidth throttling in this library ?

Is it possible to control the code gen output with attributes? In the proto example the domain model contains something that resembles attributes in C# (words enclosed in square brackets),...

currentlly WS_BINARY and WS_TEXT is callback on OnWsReceived ,bug don't pass this type,sometimes,we need known exact opcode type from client. currentlly code: ` case WS_BINARY: case WS_TEXT: { // Call...

made response header ended up before OnWsConnecting so we can append extra handshake header to response

the env: ``` net6.0-windows WPF ``` the version of NetCoreServer: ``` 6.7.0 ``` the stack trace: ``` Application: PowerFunRowerNet.exe CoreCLR Version: 6.0.2123.36311 .NET Version: 6.0.21 Description: The process was terminated...