ruimarinho / bitcoin-core

A modern Bitcoin Core REST and RPC client.
477 stars 186 forks source link

work queue #69

Closed dr-bonez closed 5 years ago

dr-bonez commented 6 years ago

While doing large async batch operations, I keep getting an error "Work queue depth limit exceeded". Turns out there is a maximum number of simultaneous calls that can be made to bitcoind. This PR adds an optional constructor param that, if set, creates a queue and only runs a set number of rpc calls at a time.

pedrobranco commented 5 years ago

Pre-review note: remove all new files on dist.

pedrobranco commented 5 years ago

Closing due to inactivity.