comment out biased
This commit is contained in:
parent
75c9a8c561
commit
110d63f526
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user