Skip to content

Releases: chronoxor/NetCoreServer

Http Cache incorrect response after edit file multiple times #175

Choose a tag to compare

@chronoxor chronoxor released this 02 Feb 19:40
6.2.0

Http Cache incorrect response after edit file multiple times #175

Add simple protocol example based on Fast Binary Encoding

Choose a tag to compare

@chronoxor chronoxor released this 10 Jan 03:51

Add simple protocol example based on Fast Binary Encoding

Support Unix Domain Sockets

Choose a tag to compare

@chronoxor chronoxor released this 09 Jan 18:35
  • 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

Choose a tag to compare

@chronoxor chronoxor released this 04 Jun 16:22
5.1.0

Add support of receive buffer limit & send buffer limit

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

Choose a tag to compare

@chronoxor chronoxor released this 26 May 23:02

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

Some improvement in WS client

Choose a tag to compare

@chronoxor chronoxor released this 23 May 17:28

Some improvement of ws client #131

Performance improves for HTTP file cache

Choose a tag to compare

@chronoxor chronoxor released this 05 Mar 09:06
  • 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

Choose a tag to compare

@chronoxor chronoxor released this 04 Mar 23:13
  • Refactoring of FileCache for HTTP server
  • FileSystemWatcher is used to monitor file system changes in cached directories

TcpServer call OnConnected after object disposed #115

Choose a tag to compare

@chronoxor chronoxor released this 23 Feb 08:05
  • TcpServer call OnConnected after object disposed #115

MakeErrorResponse() method refactoring

Choose a tag to compare

@chronoxor chronoxor released this 22 Feb 19:40
  • MakeErrorResponse() method refactoring