comment on bias
This commit is contained in:
parent
dc724a30e7
commit
26a4b1f3eb
@ -146,7 +146,7 @@ impl Connection {
|
|||||||
|
|
||||||
loop {
|
loop {
|
||||||
tokio::select! {
|
tokio::select! {
|
||||||
biased;
|
biased; // video has higher priority
|
||||||
|
|
||||||
Some(data) = rx_from_cm.recv() => {
|
Some(data) = rx_from_cm.recv() => {
|
||||||
match data {
|
match data {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user