Open Arachnid opened 10 years ago
Currently, if you call read() when there is nothing to read, the process will lock up indefinitely in C code, so even a KeyboardInterrupt will not break out of it.
Hi Arachnid, Try setting the "nonblocking" to 1, before reading. Slobodan
Currently, if you call read() when there is nothing to read, the process will lock up indefinitely in C code, so even a KeyboardInterrupt will not break out of it.