feat: select version & version list

- fix stream start send fail by no receiver id

Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
Pakin 2026-05-04 16:53:05 +07:00
parent 295f69a34c
commit ab84060ab5
4 changed files with 111 additions and 6 deletions

View file

@ -21,7 +21,7 @@ pub async fn get_watchdog_task(
let h = hub.try_lock().unwrap();
let curr_user = user.try_lock().unwrap().to_string();
info!("{}: checking invalid ...", curr_user);
// info!("{}: checking invalid ...", curr_user);
if h.clients.contains_key(&curr_user) && curr_user.starts_with("temp") {
warn!("detect unauthorized -- {}", curr_user);