grpc-node icon indicating copy to clipboard operation
grpc-node copied to clipboard

gRPC for Node.js

Results 255 grpc-node issues
Sort by recently updated
recently updated
newest added

### Problem description @grpc/grpc-js: Streaming throughput is about half of Java equivalent. ### Reproduction steps I've attached a ZIP file. Attachment: [TestGrpc.zip](https://github.com/grpc/grpc-node/files/5067066/TestGrpc.zip) The ZIP file includes the following programs. -...

package: @grpc/grpc-js

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies
github_actions

.start() method is directly integrated in the bindAsync function

This implements the change described in https://github.com/grpc/proposal/pull/503 for both the runtime generator and the TypeScript generator. This doesn't add any types to the API, it just makes the serialize and...

## Overview `@grpc/grpc-js` previously opened every HTTP/2 connection with the RFC‑default 65 535‑byte connection window, then waited until after the first DATA frames were received before enlarging it. On fast,...

### Problem description The grpc-tools uses pretty old @mapbox/node-pre-gyp https://github.com/grpc/grpc-node/blob/master/packages/grpc-tools/package.json#L27 which in in favor uses dependencies which are outdated and not anymore maintained. Could you consider updating @mapbox/node-pre-gyp to more...

### Is your feature request related to a problem? Please describe. `grpc-tools` uses `node-pre-gyp` to fetch platform-specific binaries at install time. In build environments with an outbound-traffic allow-list this download...

package: grpc-tools

This is more a question rather than a bug report. I see it in my NodeJS server, after an active session, there are quite a few `Date` object retained in...

package: @grpc/grpc-js

This seems to fix a very specific issue, where if the custom field type doesn't have a package, it breaks the reflection API. Please see this issue for more information:...

This is the test job to run the federation test, with https://github.com/grpc/psm-interop/pull/185.