Function startup

Source
pub async fn startup(config: Arc<Config>) -> Result<()>
Expand description

In order to let the integration test directly use the turn-server crate and start the server, a function is opened to replace the main function to directly start the server.