-
Hi
I'm starting with Hasura and I found compression for queries over http
https://docs.hasura.io/1.0/graphql/manual/deployment/compression.html
but I don't know if hasura engine has compressi…
-
Hi, I'm using Websocket-sharp in my Unity game as client that is connecting to a uWebsocket backend server.
We want to enable Per-message Compression for this connection but the problem is that when …
-
I am writing a WebSocket client. The server always gzip its data. I have added the `permessage-deflate` extension on client. But I still get gzipped PINGs from server on `LWS_CALLBACK_CLIENT_RECEIVE`.…
-
Planned for a future version!
https://tools.ietf.org/html/rfc7692
-
Hello, we trying to connect to WebSocket with compression and get error.
In documentation we can find property enableCompression of WebSocket class but there is no such property in last version of …
-
https://tools.ietf.org/html/rfc7692
-
## Expected Behavior
If compression is enabled on the server side then WebSocket compression extensions should be applied according to https://tools.ietf.org/html/rfc7692#section-5 and not …
-
The HyBi IETF WG has picked up recently and it looks to be moving this to RFC. Chrome, Firefox, and many libraries support this extension. Given the widespread use of text-based messages for content, …
-
WebSocket compression is described in RFC 7692: https://tools.ietf.org/html/rfc7692
Specifically, `permessage-deflate` is supported in Chrome, Firefox, Tornado, Autobahn, and wspy. It would be a g…
-
## Long story short
I just moved from [https://websockets.readthedocs.io/en/stable/intro.html](websockets) to aiohttp, then I found aiohttp is not fully compatible with [websocket-sharp](https://gi…