chronoxor / NetCoreServer

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
https://chronoxor.github.io/NetCoreServer
MIT License
2.63k stars 550 forks source link

Websocket server permessage-deflate compression support? #304

Open Dryzler opened 2 months ago

Dryzler commented 2 months ago

Hello,

does the websocket server support permessage-deflate compression when the client requests it?

If yes, is it possible to activate permessage-deflate on the server side, even if the the client does not request it?