PyVirtualDisplay icon indicating copy to clipboard operation
PyVirtualDisplay copied to clipboard

Replace select.select by select.poll

Open cgiraudeau opened this issue 1 year ago • 0 comments

The function select.select can only accept file descriptors below 1024. To avoid this limitation, the solution is to use select.poll in place of select.select.

See: https://github.com/ponty/PyVirtualDisplay/issues/90

cgiraudeau avatar Nov 30 '23 13:11 cgiraudeau