mirror of
https://github.com/LBRYFoundation/lbcwallet.git
synced 2025-08-27 23:41:35 +00:00
In this commit, we remove the keep-alive logic within the handler of the RPCClient struct as this logic already exists within the backing rpclient.Client instance. In this case, we'd completely stop the connection after the ping timeout (1 min), which would render the reconnection logic within rpcclient.Client useless. |
||
---|---|---|
.. | ||
bitcoind_client.go | ||
bitcoind_conn.go | ||
block_filterer.go | ||
block_filterer_test.go | ||
interface.go | ||
log.go | ||
neutrino.go | ||
queue.go | ||
rpc.go |