Closed nafmo closed 2 years ago
If the file descriptor we get is above FD_SETSIZE, we cannot use select() to monitor it for changes. Replace select() with poll().
If the file descriptor we get is above FD_SETSIZE, we cannot use select() to monitor it for changes. Replace select() with poll().