This commit is contained in:
Ferdinand Schober
2024-09-10 11:57:43 +02:00
parent fd5b8ed25e
commit 874fba670d

View File

@@ -140,6 +140,7 @@ impl LanMouseConnection {
log::warn!("client ({handle}) @ {addr} connection closed: {e}");
conns.lock().await.remove(&addr);
server.set_active_addr(handle, None);
break;
}
tokio::time::sleep(Duration::from_millis(500)).await;
}