Commit 614ac025 authored by Michael de Hoog's avatar Michael de Hoog

Fix bug in batching retries

parent be730fd0
......@@ -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