mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-23 04:04:54 +08:00
The issue `IO Exception: select reports ready to read, but our fd isn't in the list, this shouldn't happen!, file /tmp/drf-deps-vendornpgsoe22/serial/src/impl/unix.cc, line 516.` is due to the use of FD_ISSET required by select/pselect. The provided solution is to use ppoll instead of pselect.