ruimarinho / bitcoin-core

A modern Bitcoin Core REST and RPC client.
480 stars 188 forks source link

Queuing mechanism for RPC calls #26

Closed johnbailon closed 7 years ago

johnbailon commented 7 years ago

Is a queuing mechanism for RPC calls in the pipeline? I've been hitting timeouts even with an increased rpcworkqueue setting on bitcoin.conf and I figured the best solution is to implement a queue.

ruimarinho commented 7 years ago

Not on the short term @johnbailon, but I'd be open to a PR for that. We could look into how ioredis does it.