pub async fn start_iroh_endpoint( gateway: &Arc<Gateway>, task_group: TaskGroup, handlers: Arc<Handlers>, ) -> Result<()>
Create the Iroh Endpoint and spawn a thread that starts listening for requests.
Endpoint