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

How me get http stream for get request(using this nuget)? You need something like this (the code is rough, I know): ```C# if (commands[0].ToUpper() == "HEAD") { var response =...

Hello: I just found your repo., I think it is a good one, as I need such package for one of my C# .Net core project. But I tried a...

Branch NetCore2.0 is not running with TargetFramework "netstandard2" throwing an exception and killing the application. The problem is https://github.com/chronoxor/NetCoreServer/blob/e3c9848386daa25234460afa32aa6283473dbdb6/source/NetCoreServer/TcpServer.cs#L173 . This exists on Unix only since "netstandard2.1". On "netstandard2" it...

Hi, it's possible to use in xmarin project ?

Hello there, I am developing an application. There is a scenario and I'm wondering how can I handel it. Namely, if the clients cannot reach the server, can they reach...

Currently some of disconnect errors are skipped: https://github.com/chronoxor/NetCoreServer/blob/master/source/NetCoreServer/SslSession.cs#L742 Our use case is IoT devices with unreliable network, so these errors are very useful to us. Would you considered adding option...

how to inject SignalR to Udp Server

I need to handle closed codes, but I always get the code 1005, I use firefox as a client.

I understand that exposing `SslStream` in `SslSession` would allow to break things, but it would be great if there was property that would expose `RemoteCertificate` to be available to reach...

Hi, has anyone seen this error before? We have had our production system run for over 4 months now. CPU Utilization was stable at 20% There was no spike in...