mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-05 14:51:28 +03:00
comment out biased
This commit is contained in:
@@ -188,7 +188,7 @@ impl Connection {
|
|||||||
|
|
||||||
loop {
|
loop {
|
||||||
tokio::select! {
|
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() => {
|
Some(data) = rx_from_cm.recv() => {
|
||||||
match data {
|
match data {
|
||||||
|
|||||||
Reference in New Issue
Block a user