check if the problem is constant timeouts

This commit is contained in:
Denis 2023-12-26 22:27:39 +01:00
parent 34aa554e29
commit bca99cefca
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03

View file

@ -590,6 +590,7 @@ void* dev_in_thread_func(void *ptr) {
continue;
} else if (ready_fds == 0) {
// Timeout... simply retry
printf("TIMEOUT\n");
continue;
}