Websocket-King icon indicating copy to clipboard operation
Websocket-King copied to clipboard

Please add permessage-deflate decompression support

Open jungdj opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe.

Whenever I connect to a server supporting permessage-deflate, WebSocket-King crashes image https://reactjs.org/docs/error-decoder.html/?invariant=31&args[]=%5Bobject%20Blob%5D

Describe the solution you'd like

Decompress server responses and show us as normal responses.

Describe alternatives you've considered A description of any alternative solutions or features you've considered.

jungdj avatar Jun 19 '21 03:06 jungdj

I have used

wss://api.upbit.com/websocket/v1 [{"ticket":"UNIQUE_TICKET"},{"type":"orderbook","codes":["KRW-BTC.3","BTC-XRP.5"]}]

and

wss://real.okex.com:8443/ws/v3 {"op": "subscribe", "args": ["swap/ticker:BTC-USD-SWAP"]}

jungdj avatar Jun 19 '21 03:06 jungdj