My set up is I have 1 project serving as the Grpc server, one project serving as the Grpc client. However, the client is attached to a process from a remote machine. And I can't seem to run both at the same time.
The server works fine, I have tested it. I tried starting a new Debugging instance for the server first, then step into the client. But when I make the service call I get an Exception from Grpc.Core.RpcException: StatusCode = "Unavailable", description="failed to connect to all address"
And if I start the client first, I can't even start the server.