interop: don't use WithBlock dial option in the client (#4805)

This commit is contained in:
apolcyn 2021-09-22 16:08:17 -07:00 committed by GitHub
parent d623accd30
commit 32cd3d6176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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)