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
Currently, ElectrumClient::new directly tries to establish a connection to the server, i.e., there is no way to successfully construct a client while being offline.
It would be great if there was a way to simply initialize a client, without directly establishing a connection.
This might go hand-in-hand with decoupling the Client object more generally from a single connection, see #165.
The text was updated successfully, but these errors were encountered:
Currently,
ElectrumClient::new
directly tries to establish a connection to the server, i.e., there is no way to successfully construct a client while being offline.It would be great if there was a way to simply initialize a client, without directly establishing a connection.
This might go hand-in-hand with decoupling the
Client
object more generally from a single connection, see #165.The text was updated successfully, but these errors were encountered: