comment on bias

This commit is contained in:
open-trade 2021-12-22 16:51:33 +08:00
parent dc724a30e7
commit 26a4b1f3eb

View File

@ -146,7 +146,7 @@ impl Connection {
loop {
tokio::select! {
biased;
biased; // video has higher priority
Some(data) = rx_from_cm.recv() => {
match data {