Skip to content

Releases: chronoxor/NetCoreServer

Http Cache incorrect response after edit file multiple times #175

02 Feb 19:40
Compare
Choose a tag to compare
6.2.0

Http Cache incorrect response after edit file multiple times #175

Add simple protocol example based on Fast Binary Encoding

10 Jan 03:51
Compare
Choose a tag to compare

Support Unix Domain Sockets

09 Jan 18:35
Compare
Choose a tag to compare
  • Support Unix Domain Sockets #135
  • Add GitHub build workflow
  • Fix HttpSession and HttpsSession loading file with query string from Cache #161

Add support of receive buffer limit & send buffer limit

04 Jun 16:22
Compare
Choose a tag to compare
5.1.0

Add support of receive buffer limit & send buffer limit

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

26 May 23:02
Compare
Choose a tag to compare

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

Some improvement in WS client

23 May 17:28
Compare
Choose a tag to compare

Some improvement of ws client #131

Performance improves for HTTP file cache

05 Mar 09:06
Compare
Choose a tag to compare
  • Read/Write lock for HTTP file cache
  • Fix delete path logic (delete path -> delete all entries)

HTTP servers can handle filesystem changes on a fly

04 Mar 23:13
Compare
Choose a tag to compare
  • Refactoring of FileCache for HTTP server
  • FileSystemWatcher is used to monitor file system changes in cached directories

TcpServer call OnConnected after object disposed #115

23 Feb 08:05
Compare
Choose a tag to compare
  • TcpServer call OnConnected after object disposed #115

MakeErrorResponse() method refactoring

22 Feb 19:40
Compare
Choose a tag to compare
  • MakeErrorResponse() method refactoring