check if the problem is constant timeouts
This commit is contained in:
parent
34aa554e29
commit
bca99cefca
1 changed files with 1 additions and 0 deletions
1
dev_in.c
1
dev_in.c
|
|
@ -590,6 +590,7 @@ void* dev_in_thread_func(void *ptr) {
|
|||
continue;
|
||||
} else if (ready_fds == 0) {
|
||||
// Timeout... simply retry
|
||||
printf("TIMEOUT\n");
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue