[Fix] Connections
Some checks failed
CI / checks (push) Failing after 3m14s

This commit is contained in:
Alex Emmet 2026-08-20 20:11:08 +02:00
commit 2b0bdc3257
No known key found for this signature in database
4 changed files with 127 additions and 9 deletions

View file

@ -143,6 +143,11 @@ pub(crate) async fn run_driver(
return;
}
};
tracing::debug!(
remote = %remote_addr,
session_id = ?session.session_id(),
"accepted WebTransport MTP session"
);
tokio::spawn(run_session_requests(
session.clone(),
router.clone(),