Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Dayong Wang committed May 12, 2020
1 parent 0a8bb6e commit 865275d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ func (r *rpcClientWithRetry) Call(resultPtr interface{}, method string, args ...
}

remain := r.retryCount
remain--
for {
err = r.inner.Call(resultPtr, method, args...)
if err == nil {
Expand Down

0 comments on commit 865275d

Please sign in to comment.