download_from_invite_code

Function download_from_invite_code 

Source
pub async fn download_from_invite_code(
    endpoints: &ConnectorRegistry,
    invite: &InviteCode,
) -> Result<(ClientConfig, DynGlobalApi)>
Expand description

Tries to download the ClientConfig, attempts to retry ten times before giving up.