You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: