mirror of
https://github.com/eddyem/small_tel.git
synced 2026-06-19 10:26:25 +03:00
fixed bug with forgotten sleep
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user