NetCoreServer Versions Save

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

6.2.0

2 years ago

6.1.0

2 years ago

Add simple protocol example based on Fast Binary Encoding

6.0.0

2 years ago
  • Support Unix Domain Sockets #135
  • Add GitHub build workflow
  • Fix HttpSession and HttpsSession loading file with query string from Cache #161

5.1.0

2 years ago

5.0.18

3 years ago

WSClient don't support continuation frames(opcode 0) #133

5.0.16

3 years ago

Some improvement of ws client #131

5.0.15

3 years ago
  • Read/Write lock for HTTP file cache
  • Fix delete path logic (delete path -> delete all entries)

5.0.14

3 years ago
  • Refactoring of FileCache for HTTP server
  • FileSystemWatcher is used to monitor file system changes in cached directories

5.0.13

3 years ago
  • TcpServer call OnConnected after object disposed #115

5.0.12

3 years ago
  • MakeErrorResponse() method refactoring