Skip to content

Commit

Permalink
chore: Remove deprecated grpc.WithBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
bow committed Aug 5, 2024
1 parent cf19224 commit 66825d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ func newReaderCommand() *cobra.Command {
if err != nil {
return err
}
dialOpts = append(dialOpts, grpc.WithBlock())
connectTimeout = v.GetDuration(connectTimeoutKey)

} else {
Expand Down

0 comments on commit 66825d3

Please sign in to comment.