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

In an instance where my server is told to send multiple TCP messages on the same clock tick, the lock statement in `SendAsync()` appears to prevent the second message from...