comment out biased

This commit is contained in:
rustdesk 2022-04-16 12:12:34 +08:00
parent 75c9a8c561
commit 110d63f526

View File

@ -188,7 +188,7 @@ impl Connection {
loop {
tokio::select! {
biased; // video has higher priority
// biased; // video has higher priority // causing test_delay_timer failed while transfering big file
Some(data) = rx_from_cm.recv() => {
match data {