fix: remove premature GRPC client connection close from vault (#17321)

This commit is contained in:
vinay-gopalan
2022-09-29 14:11:34 -07:00
committed by GitHub
parent cd90c64e5c
commit 7061d12e6f
2 changed files with 1 additions and 6 deletions

View File

@@ -59,7 +59,6 @@ func (b *GRPCBackendPlugin) GRPCClient(ctx context.Context, broker *plugin.GRPCB
ret := &backendGRPCPluginClient{
client: pb.NewBackendClient(c),
versionClient: logical.NewPluginVersionClient(c),
clientConn: c,
broker: broker,
cleanupCh: make(chan struct{}),
doneCtx: ctx,