fn reconfigure<R: Runtime>(
    found_files: FoundConfigFiles<'_>,
    original: &ArtiConfig,
    client: &TorClient<R>
) -> Result<bool>
Available on crate feature experimental-api only.
Expand description

Reload the configuration files, apply the runtime configuration, and reconfigure the client as much as we can.

Return true if we should be watching for configuration changes.