moq-demo-quinn: remove commented line

This commit is contained in:
François Michel 2023-07-12 22:39:52 +00:00
parent 8e763e910a
commit 4b9a31fa89
1 changed files with 0 additions and 11 deletions

View File

@ -104,17 +104,6 @@ async fn main() -> anyhow::Result<()> {
} }
} }
// let server = relay::Server::new(config).context("failed to create server")?;
// Run all of the above
// tokio::select! {
// res = server.run() => res.context("failed to run server"),
// res = media.run() => res.context("failed to run media source"),
// res = serve => res.context("failed to run HTTP server"),
// }
} }
// Run a HTTP server using Warp // Run a HTTP server using Warp