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
When the grpc service restarts, the request is sent to grpc-gateway again, and the following error occurs:
{
"error": "connection error: desc = \"transport: Error while dialing dial tcp 127.0.0.1:50052: connectex: No connection could be made because the target machine actively refused it.\"",
"code": 14,
"message": "connection error: desc = \"transport: Error while dialing dial tcp 127.0.0.1:50052: connectex: No connection could be made because the target machine actively refused it.\""
}
The text was updated successfully, but these errors were encountered:
gRPC transparently retries connections in the background, the error you're seeing here implies that the server refused the reconnection. It's not related to the gRPC gateway, this is a generic client error. If you need more help, maybe join the #grpc or #grpc-gateway channel on Gophers slack?
When the grpc service restarts, the request is sent to grpc-gateway again, and the following error occurs:
The text was updated successfully, but these errors were encountered: