Releases: Cyaim/WebSocketServer
1.7.3
feat:
1, Example of using WebSocket Server with WPF
2, Request to add 3 quick operation methods to the processing pipeline.
perf:
1, Optimize the rationality of logs.
2, Optimize the issue of program exit time being too long due to ongoing connection execution.
fix:
1, System.Text.Json lib upgrade
2, Resolve the issue of i18n finding JSON file errors.
1.7.0
1, perf: WebSocketManager uses channel processing when executing send tasks to avoid parallel execution of individual WebSocket objects.
2, perf: Optimize sending performance.
3, feat: WebSocketManager adds forwarding streams.
4, feat: Add a synchronization switch for forwarding task processing at Option
5, feat: Add connection level restrictions
6, feat: EndPoint level restrictions
7, feat: add sub protocol support.
8, feat: There are 6 different moments for adding a request pipeline.