grpc-rust icon indicating copy to clipboard operation
grpc-rust copied to clipboard

http error: Client died

Open mcronce opened this issue 4 years ago • 1 comments

I'm not sure I'm actually putting this in the correct repo in terms of root cause, since it could be down to an HTTP or TLS error :) but gRPC is what I'm directly interacting with

So I'm trying to write a Rust client for one of our products, which uses gRPC. I've managed to get everything to compile, but when I try to interact with either of the two gRPC services I'm importing, the requests seem to be failing with "http error: Client died"

Both are unary requests and unary responses. One of the responses is an Empty, the other is a real thing.

I'm not opposed to digging in and debugging, since I'm sure I'm just doing something wrong, but I'm not sure where to start - any direction to kick that off would be very appreciated.

Thanks!

mcronce avatar Aug 31 '19 02:08 mcronce

When I was testing I got this error when I was pointing at the wrong port for example. Not sure if it helps.

entangled90 avatar Sep 25 '19 07:09 entangled90