Commit e7045929 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub

Merge pull request #4530 from mdehoog/fix-batching-bug

[op-node] Fix bug in batching retries
parents 94d09602 614ac025
......@@ -73,6 +73,7 @@ func (ibc *IterativeBatchCall[K, V, O]) Reset() {
scheduled <- r
}
atomic.StoreUint32(&ibc.completed, 0)
ibc.requestsValues = requestsValues
ibc.scheduled = scheduled
if len(ibc.requestsKeys) == 0 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment