forked from Roasbeef/btcwallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chain/rpc: remove unnecessary ping keep alive
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.
- Loading branch information
Showing
1 changed file
with
0 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters