mirror of https://github.com/grpc/grpc-go.git
interop: don't use WithBlock dial option in the client (#4805)
This commit is contained in:
parent
d623accd30
commit
32cd3d6176
|
@ -202,7 +202,6 @@ func main() {
|
|||
if len(*serviceConfigJSON) > 0 {
|
||||
opts = append(opts, grpc.WithDisableServiceConfig(), grpc.WithDefaultServiceConfig(*serviceConfigJSON))
|
||||
}
|
||||
opts = append(opts, grpc.WithBlock())
|
||||
conn, err := grpc.Dial(serverAddr, opts...)
|
||||
if err != nil {
|
||||
logger.Fatalf("Fail to dial: %v", err)
|
||||
|
|
Loading…
Reference in New Issue