grpc-node
grpc-node copied to clipboard
gRPC for Node.js
### Problem description I have two servers running trying to pass the both the ips to grpc client but still no connection is happing we don't have any DNS name...
Hi, we experiencing a memory leak when using a duplex stream with grpc and node. The following simplified example growths: ``` const protoLoader = require("@grpc/proto-loader"); const grpc = require("@grpc/grpc-js"); const...
### Is your feature request related to a problem? Please describe. Currently dealing with `google.protobuf.Timestamp` types is rather clunky if you want to interop native JS `Date` instances. Custom code...
### Problem description When building grpc-node with node.js 17.x series, the build fails with `error "OPENSSL_API_COMPAT expresses an impossible API compatibility level"`. I suspect this is due to node 17...
I want to expose proto file for clients through **HTTP** as REST endpoint. I want to call this endpoint and get a raw proto file. Can I do this with...
We have had some reports that some customers are being adversely impacted by the missing retry behavior in grpc-js. In particular, apparently some auth errors encountered in the wild are...
### Is your feature request related to a problem? Please describe. Not really, other than the fact that I cannot migrate my server from `grpc` to `@grpc/grpc-js` until `@grpc/grpc-js` supports...
### Is your feature request related to a problem? Please describe. When I send response message and it doesn't correct, I get empty message or several empty fields in response....
### Is your feature request related to a problem? Please describe. I wrote a simple unary rpc client over to an internal rpc server that I don't have control. It...
### Problem description App crashes with a core trace. Unsure what is the cause. I've attached the trace log. [dump.txt](https://github.com/grpc/grpc-node/files/3352822/dump.txt) Excerpt from it: ``` *** Error in `node': corrupted double-linked...