This commit is contained in:
Martin Brodbeck 2023-10-04 14:49:15 +02:00
parent f83c105668
commit 94a5bd03e4

View file

@ -169,7 +169,7 @@ fn main() -> std::io::Result<()> {
let speed = buf[1] >> 2; let speed = buf[1] >> 2;
let data = &buf[0..number_of_bytes]; let data = &buf[0..number_of_bytes];
thread::sleep(core::time::Duration::from_millis(200)); // Anti floog (?) thread::sleep(core::time::Duration::from_millis(200)); // Anti flood (?)
if subscribers.contains_key(&client_addr) { if subscribers.contains_key(&client_addr) {
debug!("Client known: {client_addr}"); debug!("Client known: {client_addr}");