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
This is not a bug in grpc-gateway, but a bug in the way you're running your server. The error message "transport: Error while dialing dial tcp [::1]:8081: connect: connection refused" indicates that the gRPC client was unable to connect to a gRPC server running on port 8081 for forwarding purposes.
Since this is an issue in the configuration of the server you're trying to spin up, I'm going to close this and point you to gRPC getting started guide. Once you have a client/server set up through that process, grpc-gateway is probably a next best step. Good luck!
all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:8081: connect: connection refused
The text was updated successfully, but these errors were encountered: