diff --git a/examples/features/interceptor/client/main.go b/examples/features/interceptor/client/main.go index 0642477c4..b8f2733ca 100644 --- a/examples/features/interceptor/client/main.go +++ b/examples/features/interceptor/client/main.go @@ -93,6 +93,7 @@ func streamInterceptor(ctx context.Context, desc *grpc.StreamDesc, cc *grpc.Clie _, ok := o.(*grpc.PerRPCCredsCallOption) if ok { credsConfigured = true + break } } if !credsConfigured {