mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-13 01:41:28 +03:00
fix
This commit is contained in:
@@ -140,6 +140,7 @@ impl LanMouseConnection {
|
|||||||
log::warn!("client ({handle}) @ {addr} connection closed: {e}");
|
log::warn!("client ({handle}) @ {addr} connection closed: {e}");
|
||||||
conns.lock().await.remove(&addr);
|
conns.lock().await.remove(&addr);
|
||||||
server.set_active_addr(handle, None);
|
server.set_active_addr(handle, None);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
tokio::time::sleep(Duration::from_millis(500)).await;
|
tokio::time::sleep(Duration::from_millis(500)).await;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user