Closed ngyukman closed 4 years ago
Hi @ngyukman! Actually there is no extension negotiation in WebSocketClient, I forgot it ;) Implementation will took some time.
thanks!
I think it should be enabled by default and let the server to decide if compression is enabled or not
I have added extension negotiation in WebSocketClient! 🥳
hi, thanks for the nice library, right now I have problem when enabling Deflate in WebSocketClient
I have tried the above code to see if the client could enable the
permessage-deflate
but it fails to connect and returns 400 Bad Request, am I missing something to enable it in WebSocketClient?