Skip to content

Commit

Permalink
return block to client (#471)
Browse files Browse the repository at this point in the history
Signed-off-by: yaron2 <[email protected]>
  • Loading branch information
yaron2 authored Nov 2, 2023
1 parent e920fd9 commit 5eecffa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ func NewClientWithAddressContext(ctx context.Context, address string, opts ...Cl
address,
option,
grpc.WithUserAgent(userAgent()),
grpc.WithBlock(),
)
cancel()
if err != nil {
Expand Down

0 comments on commit 5eecffa

Please sign in to comment.