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:
parent
295f69a34c
commit
ab84060ab5
4 changed files with 111 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue