-
Not an issue, just a question.
In the docs it says there is a sliding window compression which applies across messages?
I was a bit confused by this, as I thought each nostr message is its own w…
-
Hello everyone.
Following code results in memory leak:
```javascript
import * as io from 'socket.io-client';
import Bluebird from 'bluebird';
import express from 'express';
import socketIo fro…
-
### Description:
#### Error
- The enforcer throws an InvalidFrameException if the client sends compressed frames. Therefore the frames do not get throttled and the backend continues to receive the f…
suksw updated
2 years ago
-
We activated `permessage_deflate` and we've noticed that the beast library doesn't behave as the RFC7692 specs say [here](https://datatracker.ietf.org/doc/html/rfc7692#section-7.2.3.2), which means th…
-
The following minimal code sample works with websockets==9.1, and raises an exception upon upgrading to websockets==10.
This is a reduced example of code that is currently running and working wit…
-
I'm trying to use a websocket api from bybit, which you can find the manual in the link below.
[https://bybit-exchange.github.io/docs/linear/#t-websocket](url)
When used with "websockets 10.0", …
-
https://datatracker.ietf.org/doc/html/draft-ietf-hybi-permessage-compression
seems to be a very common extension used for performance, should probably be a part of the library
-
Extensions can/should hijack the flow, as it is the case of the per message deflate as outlined here - https://datatracker.ietf.org/doc/html/rfc7692#section-6:
- Compressing implies that the messag…
-
[AB#1118550](https://devdiv.visualstudio.com/10e66e43-9645-4201-b128-0fdc3769cc17/_workitems/edit/1118550)
https://tools.ietf.org/html/rfc7692
https://github.com/aspnet/WebSockets/issues/19
Imple…
-
Hello,
I've noticed an issue that appears to have started with websockets version 10.0. I have a websocket server run by the [AWS API gateway](https://docs.aws.amazon.com/apigateway/latest/develop…