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.
pub async fn download_from_invite_code(
endpoints: &ConnectorRegistry,
invite: &InviteCode,
) -> Result<(ClientConfig, DynGlobalApi)>Tries to download the ClientConfig, attempts to retry ten times before
giving up.