pub async fn run(bind: SocketAddr, ctx: Arc<CellServerCtx>) -> Result<()>Expand description
Run the hook listener forever. Spawn on a tokio task.
pub async fn run(bind: SocketAddr, ctx: Arc<CellServerCtx>) -> Result<()>Run the hook listener forever. Spawn on a tokio task.