feat: skip send colors for disconnected board.

This commit is contained in:
2023-04-30 22:48:25 +08:00
parent 82d4adfe0f
commit ca9a2ba34d
3 changed files with 28 additions and 24 deletions

View File

@ -425,7 +425,6 @@ async fn main() {
error!("boards change receiver changed error: {}", err);
return;
}
log::info!("boards changed");
let boards = receiver.borrow().clone();