diff --git a/client.go b/client.go index 10ec4bd..83ece4a 100644 --- a/client.go +++ b/client.go @@ -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 {