typo
This commit is contained in:
parent
f83c105668
commit
94a5bd03e4
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ fn main() -> std::io::Result<()> {
|
|||
let speed = buf[1] >> 2;
|
||||
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) {
|
||||
debug!("Client known: {client_addr}");
|
||||
|
|
Loading…
Reference in a new issue