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

websocket objects don't expose :pollfd() and friends #136

Open
cmtptr opened this issue Dec 17, 2018 · 1 comment
Open

websocket objects don't expose :pollfd() and friends #136

cmtptr opened this issue Dec 17, 2018 · 1 comment

Comments

@cmtptr
Copy link

cmtptr commented Dec 17, 2018

You can't cqueues.poll() on a websocket object because it doesn't expose the cqueues pollobj interfaces.

@daurnimator
Copy link
Owner

Reading through the code, I think they are unimplemented as it's not clear how they should interact with :connect and :accept which don't have a pollable implementation.

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

No branches or pull requests

2 participants