Skip to content

Commit 5eecffa

Browse files
authored
return block to client (#471)
Signed-off-by: yaron2 <[email protected]>
1 parent e920fd9 commit 5eecffa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ func NewClientWithAddressContext(ctx context.Context, address string, opts ...Cl
294294
address,
295295
option,
296296
grpc.WithUserAgent(userAgent()),
297+
grpc.WithBlock(),
297298
)
298299
cancel()
299300
if err != nil {

0 commit comments

Comments
 (0)