Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
feschber committed Oct 7, 2024
1 parent 011a11d commit 54191d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/connect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 54191d5

Please sign in to comment.