mirror of https://github.com/grpc/grpc-java.git
interop-testing: fix bug of not completing client configure RPC in xDS test client (#7597)
This commit is contained in:
parent
26d8f9cfa2
commit
01e3832b42
|
|
@ -430,6 +430,8 @@ public final class XdsTestClient {
|
|||
newMetadata.put(metadata.getType(), md);
|
||||
}
|
||||
rpcConfig = new RpcConfig(request.getTypesList(), newMetadata);
|
||||
responseObserver.onNext(ClientConfigureResponse.getDefaultInstance());
|
||||
responseObserver.onCompleted();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue