Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue on gRPC over unix domain socket #826

Closed
doffi88 opened this issue Nov 3, 2021 · 1 comment
Closed

Issue on gRPC over unix domain socket #826

doffi88 opened this issue Nov 3, 2021 · 1 comment

Comments

@doffi88
Copy link

doffi88 commented Nov 3, 2021

Version

tonic v0.6.1
tonic-build v0.6.0

Platform

WSL2
Linux 5.10.60.1-microsoft-standard-WSL2 #1 SMP Wed Aug 25 23:20:18 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

Description

Hi everybody I'm trying to implement a gRPC server over Unix domain socket. Using the uds server example I received an error when I'm trying connection with a grpc client:

Error when calling SayHello: rpc error: code = Internal desc = stream terminated by RST_STREAM with error code: PROTOCOL_ERROR

the client is implemented in golang using go-rpc library

Can I have some help? I'm new of rust development

@doffi88 doffi88 closed this as completed Nov 3, 2021
@doffi88
Copy link
Author

doffi88 commented Nov 3, 2021

seems that the issue is related to:

#742

hyperium/h2#487

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

No branches or pull requests

1 participant