pub async fn run_gateway( gateway: ChannelName, ) -> Result<i32, Box<dyn Error + Send + Sync>>
Run the gateway daemon. Hosts every channel in one process; returns after a ShutdownGateway (or transport error).
ShutdownGateway