pyrad
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.)
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