Skip to content
Commit 468fd19f authored by André Silva's avatar André Silva Committed by Gav Wood
Browse files

Improve ondemand request dispatch (#1349)

* core: fix bug on ondemand dispatch

after a request was dispatched to the last peer the dispatch would loop
forever on subsequent requests that aren't able to be fulfilled by any
of the peers, since the last peer wasn't updated.

* core: try to dispatch all pending ondemand requests
parent ac1be066
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