Function multiverse::configure_client
source · pub(crate) async fn configure_client(
server_name: String,
config_path: String,
) -> Result<Client>
Expand description
Configure the client so it’s ready for sync’ing.
Will log in or reuse a previous session.