comment on bias
This commit is contained in:
parent
dc724a30e7
commit
26a4b1f3eb
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ impl Connection {
|
|||
|
||||
loop {
|
||||
tokio::select! {
|
||||
biased;
|
||||
biased; // video has higher priority
|
||||
|
||||
Some(data) = rx_from_cm.recv() => {
|
||||
match data {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue