Details
Description
Add compression for WebSocket frames. The compression was standardized in https://tools.ietf.org/html/rfc7692 and Netty provides out of the box implementation for it, hence Java is easy but we should implement it for all clients.
Add compression for WebSocket frames. The compression was standardized in https://tools.ietf.org/html/rfc7692 and Netty provides out of the box implementation for it, hence Java is easy but we should implement it for all clients.