pub async fn connect_with<T, U>( message: U, cfg: SharedCfg, ) -> Result<Io, ConnectError>where T: Address, Connect<T>: From<U>,
Resolve and connect to remote host