grpc-node
grpc-node copied to clipboard
gRPC for Node.js
### 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...
### 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...
### 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...
### 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...
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...
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...
### 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 +...
### 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...
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...