pub async fn run(config: BridgeConfig, token: String) -> Result<()>Expand description
Binds both planes (fail-closed) and serves until the process is stopped.
token is the already-resolved session token (never sourced from argv).
pub async fn run(config: BridgeConfig, token: String) -> Result<()>Binds both planes (fail-closed) and serves until the process is stopped.
token is the already-resolved session token (never sourced from argv).