pub async fn start(
config: DaemonConfig,
registry: NodeRegistry,
shutdown: CancellationToken,
) -> Result<SocketAddr>Expand description
Start the daemon HTTP server.
Returns the actual address the server bound to (useful when port is 0).