I was checking out the codebase and come to the conclusion that this gem might not work well with threaded applications. For example, performing parallel tasks in Unicorn or Sidekiq might cause a hard to debug issue.
I came to this conclusion after I discovered the way how the network is set up.
Bitcoin.network = :testnet3
So my question is, are there any plans to make this gem thread-safe? or perhaps would such changes be welcomed?
I was checking out the codebase and come to the conclusion that this gem might not work well with threaded applications. For example, performing parallel tasks in Unicorn or Sidekiq might cause a hard to debug issue.
I came to this conclusion after I discovered the way how the network is set up.
So my question is, are there any plans to make this gem thread-safe? or perhaps would such changes be welcomed?