rsocket-js
rsocket-js copied to clipboard
JavaScript implementation of RSocket
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.1 to 1.3.2. Changelog Sourced from node-forge's changelog. 1.3.2 - 2025-11-25 Security HIGH: ASN.1 Validator Desynchronization An Interpretation Conflict (CWE-436) vulnerability in node-forge versions 1.3.1 and below...
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.1 to 1.3.2. Changelog Sourced from node-forge's changelog. 1.3.2 - 2025-11-25 Security HIGH: ASN.1 Validator Desynchronization An Interpretation Conflict (CWE-436) vulnerability in node-forge versions 1.3.1 and below...
Bumps [sha.js](https://github.com/crypto-browserify/sha.js) from 2.4.11 to 2.4.12. Changelog Sourced from sha.js's changelog. v2.4.12 - 2025-07-01 Commits [eslint] switch to eslint 7acadfb [meta] add auto-changelog b46e711 [eslint] fix package.json indentation df9d521 [Tests]...
When using WebsocketClientTransport I've noticed if a users local clock gets adjusted, a connection timeout is triggered: > No keep-alive acks for 30000 millis > WebsocketDuplexConnection: Socket closed unexpectedly This...