wintercooled / dotnetcoreDynamicJSON-RPC

.Net Core project intended to enable simple, dynamic JSON RPC calls to Bitcoin, Elements and other RPC enabled daemons.
4 stars 3 forks source link

Needs better error handling on reporting connection errors etc #5

Open wintercooled opened 6 years ago

wintercooled commented 6 years ago

Could do with handling connection errors etc better - e.g. when node not running etc.

Need to determine what's needed - perhaps look at how python-bitcoinrpc handles it?

wintercooled commented 6 years ago

The 'IsDaemonRunning' method could be extended to cover this maybe?

wintercooled commented 5 years ago

Check that HTTP connections persist for the life of the object