fixed bug with forgotten sleep

This commit is contained in:
2026-06-03 11:16:30 +03:00
parent 768d46060d
commit 191b77a0b7
2 changed files with 1 additions and 1 deletions

View File

@@ -259,6 +259,7 @@ void server_run(sl_socktype_e type, const char *node, sl_tty_t *serial){
}
}
} else cmdclosed = 0;
sleep(1);
}
sl_sock_delete(&s);
ERRX("Server handlers thread is dead");