Skip to content

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

Description

@Duaa-Hassan

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions