Releases: chronoxor/NetCoreServer
Releases · chronoxor/NetCoreServer
Http Cache incorrect response after edit file multiple times #175
6.2.0 Http Cache incorrect response after edit file multiple times #175
Add simple protocol example based on Fast Binary Encoding
Add simple protocol example based on Fast Binary Encoding
Support Unix Domain Sockets
Add support of receive buffer limit & send buffer limit
5.1.0 Add support of receive buffer limit & send buffer limit
WSClient don't support continuation frames(opcode 0) #133
WSClient don't support continuation frames(opcode 0) #133
Some improvement in WS client
Some improvement of ws client #131
Performance improves for HTTP file cache
- 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
- Refactoring of FileCache for HTTP server
- FileSystemWatcher is used to monitor file system changes in cached directories
TcpServer call OnConnected after object disposed #115
- TcpServer call OnConnected after object disposed #115
MakeErrorResponse() method refactoring
- MakeErrorResponse() method refactoring