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** I have a problem after Snyk check ✗ Missing Release of Resource after Effective Lifetime [Medium Severity][https://security.snyk.io/vuln/SNYK-JS-INFLIGHT-6095116] in [email protected] introduced by [email protected] > @mapbox/[email protected] > [email protected] >...

package: grpc-tools

### Problem description When using @grpc/proto-loader to load a .proto file that imports Google Well-Known Types (for example, google/protobuf/struct.proto), the server reflection fails to recognize those types at runtime. Although...

package: @grpc/proto-loader
package: @grpc/reflection

# Change This PR introduces the implementation of the new `List` endpoint to the `Health` service in order to list all the services that a certain server is watching to....

### Problem description GRPC server doesn't destroy a connection after 'Ping timeout passed without response', instead it runs session.close() and the connection keeps hanging. ### Reproduction steps I started server,...

### Current behavior we want to get such response from grpc api ``` { "code": 0, "statusCode": 1, "data": { "nullValue": null, "zeroValue": 0, "message": "great" } } ``` so...

package: @grpc/proto-loader

### Problem description Getting error after update to 1.13.1 RESOURCE_EXHAUSTED: Bandwidth exhausted or memory limit exceeded Getting issue after some time when server is up on every request and resolve...

package: @grpc/grpc-js

### Problem description The type of the error in ``` const call = client.RequestFooStream({}); call.on('error', (error) => {} ``` is `Error`. I assume it should be `grpc.ServiceError` which is defined...

package: @grpc/grpc-js

### Is your feature request related to a problem? Right now, the grpc-js package is install the proto-loader package (which I'm 100% sure it doesn't need). I suggest removing the...

package: @grpc/grpc-js

### Problem description When imported type doesn't have a package, and it is used as a field, when I try to enable reflection, first I get these warnings: ``` Could...

package: @grpc/reflection

### Is your feature request related to a problem? Please describe. When deploying a Node.js gRPC server in a container, there is no straight-forward way to preform a health check...

package: grpc-health-check