chore: format thread names

This commit is contained in:
2025-06-12 17:29:22 +01:00
parent a7ff18b34c
commit cc973f0d9b
6 changed files with 25 additions and 16 deletions

View File

@ -22,7 +22,7 @@ pub async fn listen(out_dir: String, addr: String, overseer: Arc<dyn Overseer>)
let socket = request.accept(None).await?;
let info = ConnectionInfo {
id: Uuid::new_v4(),
endpoint: addr.clone(),
endpoint: "srt",
ip_addr: socket.settings().remote.to_string(),
app_name: "".to_string(),
key: socket