1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-23 04:04:54 +08:00
medjo c7230c4f47 Fix FD_ISSET issue by replacing pselect with ppoll
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.
2019-04-05 10:42:28 +08:00
..