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 We need to configure a retry maxAttempts limit of 10 in our scenario. Why is there a max limit of 5 hardcoded 2 months ago? If the...

feature request
package: @grpc/grpc-js

### Problem description Facing sca issue in below path. Could you please update this. [email protected] > @mapbox/[email protected] > [email protected] > [email protected] > [email protected] > [email protected] ### Environment Currently I am...

package: grpc-tools

### Problem description when execute protoc.exe on windows it shows a dialog box with the following messages: --------------------------- protoc.exe - System Error --------------------------- The code execution cannot proceed because MSVCP140D.dll...

package: grpc-tools

### Problem description If an uncaught error occurs in the data handler the end handler is still fired. I'm not sure if this is intentional but based on the standard...

package: @grpc/grpc-js

I would like to force the http2 session used by the @grpc/grpc-js subchannel after an amount of time. Infact many servers/proxies (like nginx) use the http2_max_requests parameter to close the...

package: @grpc/grpc-js

Since `GRPC_VERBOSITY=debug` is not enough to see the logs, it is needed to update the troubleshooting guide to include `GRPC_TRACE=all`. Related issues: https://stackoverflow.com/a/60935367 Something like: ``` ## GRPC_VERBOSITY `GRPC_VERBOSITY` is...

package: @grpc/grpc-js

### Is your feature request related to a problem? Please describe. Provide error types for dealing and identifing errors. If you promisify the methods and are working with async/await +...

package: @grpc/grpc-js

### Problem description I have an Electron app that spins up a gRPC server after `app.whenReady()` is called. I have some Playwright + Electron tests that spin up a gRPC...

package: @grpc/grpc-js

Support `then()` when unary request or client stream, essentially both APIs are the ones that already exposes a callback, so I just removed the need for a callback and make...

### Problem description gRPC js client freezes on server disconnections, require full client restarts ### Reproduction steps We have a server (server API is gRPC, using malijs), let's call it...

requires reporter action
package: @grpc/grpc-js