From ecfe844cc7609649f29a7f091eaae3143908cf33 Mon Sep 17 00:00:00 2001 From: Ben Radler Date: Tue, 23 Jul 2024 09:51:55 -0700 Subject: [PATCH] Update reflect.go --- lib/netext/grpcext/reflect.go | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/netext/grpcext/reflect.go b/lib/netext/grpcext/reflect.go index 548e2aeab3b..25c4f097a41 100644 --- a/lib/netext/grpcext/reflect.go +++ b/lib/netext/grpcext/reflect.go @@ -19,6 +19,7 @@ type reflectionClient struct { // It is called in the connect function the first time the Client.Connect function is called. func (rc *reflectionClient) Reflect(ctx context.Context) (*descriptorpb.FileDescriptorSet, error) { client := grpcreflect.NewClientAuto(ctx, rc.Conn) + client.AllowMissingFileDescriptors() services, err := client.ListServices() if err != nil {