pub async fn wait_for_server( host: &str, port: u32, label: &str, ) -> Result<AxonServerHandle>
Polls AxonServer until it is available and ready.