Remove sleep on rigctld EOF -- don't think it's really needed

https://github.com/Hamlib/Hamlib/issues/366
pull/369/head
Michael Black W9MDB 2020-09-07 08:53:39 -05:00
rodzic b7c3aa3ad1
commit 275db971cd
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1049,7 +1049,7 @@ void *handle_socket(void *arg)
if (retcode == -1)
{
sleep(1);
//sleep(1); // probably don't need this delay
continue;
}