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.