Skip to content

Allow to construct ElectrumClient *without* connecting #166

Description

@tnull

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions