jgarzik / python-bitcoinrpc

Python interface to bitcoin's JSON-RPC API
GNU Lesser General Public License v2.1
644 stars 304 forks source link

Add a parameter to keep or not the connection. #73

Open dannywillems opened 7 years ago

dannywillems commented 7 years ago

When we use threading with queue, we can have CannotSendRequest because the same connection is used.