We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Another win for OS X, any chance you can add fallback code so we can use your module on OS X ?
Replacing poll with select is fairly straight forward and should remove this issue.
cheers
al
The text was updated successfully, but these errors were encountered:
I`ve modded my local copy to use select.select, this works fine under os x and linux.
Sorry, something went wrong.
Could you please add a test for availability of poll (and conditionally use either), and post here @github?
… or, if neither poll nor select are available, assume that you're running under gevent and just "block".
No branches or pull requests
Another win for OS X, any chance you can add fallback code so we can use your module on OS X ?
Replacing poll with select is fairly straight forward and should remove this issue.
cheers
al
The text was updated successfully, but these errors were encountered: