Hi Team, I am new to gRPC and am seeking help to connect to a gRPC server which is on a Linux machine and is implemented using RUST. I have implemented the client in c# .Net Core
For creating the client, I have followed the example for creating a gRPC client and server on visual studio. Below is the error I get at var reply = await client.HelloAsync(request); Grpc.Core.RpcException: 'Status(StatusCode="Unavailable", Detail="Error starting gRPC call. HttpRequestException: An error occurred while sending the request. IOException: The response ended prematurely.", DebugException="System.Net.Http.HttpRequestException: An error occurred while sending the request.")' I have port forwarding enabled. Any help is appreciated. -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/grpc-io/2f83f6a7-46ce-415e-bf0b-519b2d25cb91n%40googlegroups.com.