You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #486, we added initial support for sourcing chain data from an Electrum server based on rust-electrum-client.
Unfortunately, the latter doesn't handle connection failures at all really. So a dropped connection would likely just result in a unusable Client object. As this this needs to be handled/fixed upstream I opened bitcoindevkit/rust-electrum-client#165. But, if it's no fixed upstream, we have to come up with some resolution here.
Marking as 'blocked on upstream' for now.
The text was updated successfully, but these errors were encountered:
Hmm seems I was wrong and this already handled as part of electrum-client's retry logic, i.e., even after hitting Error::AllAttemptsErrored the Client object will try to reconnect and resume for subsequent calls. Closing this.
In #486, we added initial support for sourcing chain data from an Electrum server based on
rust-electrum-client
.Unfortunately, the latter doesn't handle connection failures at all really. So a dropped connection would likely just result in a unusable
Client
object. As this this needs to be handled/fixed upstream I opened bitcoindevkit/rust-electrum-client#165. But, if it's no fixed upstream, we have to come up with some resolution here.Marking as 'blocked on upstream' for now.
The text was updated successfully, but these errors were encountered: