Bump konnectivity-client to v0.0.28

Bump konnectivity network proxy to v0.0.28.
Includes a fix to ensure the KAS calls Close() on the egress connection.
This commit is contained in:
Walter Fender
2022-02-24 12:35:54 -08:00
parent 673fa1d9d4
commit e5b0392f12
16 changed files with 25 additions and 24 deletions

View File

@@ -76,6 +76,7 @@ func CreateSingleUseGrpcTunnel(ctx context.Context, address string, opts ...grpc
stream, err := grpcClient.Proxy(ctx)
if err != nil {
c.Close()
return nil, err
}