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/366
(cherry picked from commit 275db971cd
)
Hamlib-4.0
rodzic
b3cc98c59d
commit
ead1ae6f2e
|
@ -1049,7 +1049,7 @@ void *handle_socket(void *arg)
|
||||||
|
|
||||||
if (retcode == -1)
|
if (retcode == -1)
|
||||||
{
|
{
|
||||||
sleep(1);
|
//sleep(1); // probably don't need this delay
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue