rsocket-js icon indicating copy to clipboard operation
rsocket-js copied to clipboard

JavaScript implementation of RSocket

Results 60 rsocket-js issues
Sort by recently updated
recently updated
newest added

Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core) from 3.12.0 to 3.12.1. Commits ea2e2c3 Release 1dd45b8 get CI passing d38b43b Merge pull request from GHSA-j5g3-5c8r-7qfx See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=apollo-server-core&package-manager=npm_and_yarn&previous-version=3.12.0&new-version=3.12.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

Routing is built by RSocket by default. https://github.com/rsocket/rsocket/blob/master/Extensions/Routing.md Is it possible to define RSocket router alike [tRPC](https://trpc.io/)? It's really easy for client and server sides. ```typescript const helloRouter = router({...

Allows for not managing closing of the WebSocket server externally from the ServerCloseable. ### Motivation: In my use case I provide an existing WebSocket server using the `wsCreator` factory. This...

1.0
needs triage

### Motivation: In the current `RSocketMachine._handleRequestChannel` implementation, the payload is deserialized twice. So it leads to deserialization error when channels are used with serializers in `RSocketServer`. This bug only affects...

needs triage
0.x

This fixes some potential unhandled exceptions in `rsocket-websocket-server` relating to the underlying WebSocket `readyState` and deserialisation of invalid frames. ### Motivation: I've noticed intermittent unhandled exceptions for the errors below:...

1.0
needs triage

In package rsocket-adapter-rxjs, why the prefetch size is not equal to the request size? In some case, I need exact size per request. file: packages/rsocket-adapter-rxjs/src/RSocketPublisher2PrefetchingObservableToObserver2BufferingRSocketSubscriber.ts line 86: ```this.scheduler.schedule(() => this.subscriber.request(this.prefetch...

### Motivation: Adding tests to increase confidence in contributions to the WebsocketServer code. Such as https://github.com/rsocket/rsocket-js/pull/279. ### Modifications: Test coverage for WebsocketServer. ### Result: Work in progress.

这是控制台的错误 RequestChannelStream.ts:453 Uncaught TypeError: Cannot read properties of undefined (reading 'cancel') at We.close ( RequestChannelStream.ts:453:21 ) at Oe.close ( ClientServerMultiple…ltiplexer.ts:161:14 ) at h.close ( Deferred.ts:47:9 ) at h.close ( WebsocketDuplexConnection.ts:70:11...

Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.9. Release notes Sourced from http-proxy-middleware's releases. v2.0.9 What's Changed fix(fixRequestBody): check readableLength by @​chimurai in chimurai/http-proxy-middleware#1097 chore(package): v2.0.9 by @​chimurai in chimurai/http-proxy-middleware#1099 Full Changelog:...

dependencies
javascript

Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 6.0.1 to 6.0.2. Release notes Sourced from serialize-javascript's releases. v6.0.2 fix: serialize URL string contents to prevent XSS (#173) f27d65d Bump @​babel/traverse from 7.10.1 to 7.23.7 (#171)...

dependencies