comment out biased
This commit is contained in:
parent
75c9a8c561
commit
110d63f526
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue