mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-17 18:21:02 +03:00
comment on bias
This commit is contained in:
@@ -146,7 +146,7 @@ impl Connection {
|
||||
|
||||
loop {
|
||||
tokio::select! {
|
||||
biased;
|
||||
biased; // video has higher priority
|
||||
|
||||
Some(data) = rx_from_cm.recv() => {
|
||||
match data {
|
||||
|
||||
Reference in New Issue
Block a user