Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Duaa-Hassan opened this issue Feb 16, 2024 · 0 comments

Comments

@Duaa-Hassan
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant