diff --git a/grpc.go b/grpc.go index dc79076..542c917 100644 --- a/grpc.go +++ b/grpc.go @@ -147,7 +147,7 @@ func (g *grpcClient) call(ctx context.Context, node *registry.Node, req client.R case err := <-ch: grr = err case <-ctx.Done(): - grr = ctx.Err() + grr = errors.Timeout("go.micro.client", "%v", ctx.Err()) } return grr