Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

http error: Client died #160

Open
mcronce opened this issue Aug 31, 2019 · 1 comment
Open

http error: Client died #160

mcronce opened this issue Aug 31, 2019 · 1 comment

Comments

@mcronce
Copy link

mcronce commented Aug 31, 2019

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!

@entangled90
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants