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 had suffer sporadically some issues with streams that got hanged forever, we think that issue could come because of the way that `goaway` frames are Today...

package: @grpc/grpc-js

### Problem description Run into a bunch of errors while installing grpc ### Reproduction steps The `package.json` of our project contains `grpc`. When I run `npm install`, this is the...

package: grpc

### Problem description I was trying to use grpc with ALB, considering this documentation from AWS: https://aws.amazon.com/pt/blogs/aws/new-application-load-balancer-support-for-end-to-end-http-2-and-grpc/ I created the Load balancer, target group, cluster, service and task definition using...

package: @grpc/grpc-js

This PR updates `proto-loader` package.json to include `.js.map` files. Fixes #2170

### Problem description `grpc-js` client is throwing the following exception under high load: ```cli ERROR Error: 13 INTERNAL: Received RST_STREAM with code 0 at Object.callErrorFromStatus (/repro/node_modules/@grpc/grpc-js/build/src/call.js:31:26) at Object.onReceiveStatus (/repro/node_modules/@grpc/grpc-js/build/src/client.js:176:52) at...

package: @grpc/grpc-js

Hi I'm running into a DevTools error regarding missing source maps in the `proto-loader` package. DevTools expects the following source maps: `build/src/index.js.map` & `build/src/util.js.map` to be present, however `.map` files...

### Problem description We are using grpc to communicate between services. For production deployment, we switched to server authentication. We have a bi-directional streaming grpc service - which expects audio...

package: @grpc/grpc-js
package: grpc

### Is your feature request related to a problem? Please describe. I want to use my tor client that expose a socks5 proxy, to connect to gRPC services exposed trough...

package: @grpc/grpc-js
package: grpc

### Problem description Node sample app running behind a proxy randomly exits without any close/error event ### Reproduction steps We have a Node app which uses Google PubSub module (2.18.5)....

package: @grpc/grpc-js

Update `grpc-tool`'s `protobuf` submodule to `protobuf` [v21.2](https://github.com/protocolbuffers/protobuf/releases/tag/v21.2). Currently, installing the `grpc-tools` package fails on M1/M2 Macs because previous versions of `protobuf` did not have precompiled ARM binaries. This was fixed...