kopia lustrzana https://github.com/Hamlib/Hamlib
Remove sleep on rigctld EOF -- don't think it's really needed
https://github.com/Hamlib/Hamlib/issues/366pull/369/head
rodzic
b7c3aa3ad1
commit
275db971cd
|
@ -1049,7 +1049,7 @@ void *handle_socket(void *arg)
|
|||
|
||||
if (retcode == -1)
|
||||
{
|
||||
sleep(1);
|
||||
//sleep(1); // probably don't need this delay
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue