pyrad icon indicating copy to clipboard operation
pyrad copied to clipboard

Using pyrad => module 'select' has no attribute 'poll' in client.py ( On Windows, only sockets are supported; on Unix, all file descriptors.)

Open Duaa-Hassan opened this issue 1 year ago • 0 comments

When attempting to perform asynchronous I/O operations on non-socket file descriptors (e.g., files) on Windows, the functionality is limited or not supported. On Windows, asynchronous I/O operations are limited to sockets only, which diverges from the expected behavior outlined in the module's documentation. Asynchronous I/O operations should be supported for all types of file descriptors.

Operating System: Windows 11 pyrad : 2.4

Duaa-Hassan avatar Feb 16 '24 05:02 Duaa-Hassan