lua-http
lua-http copied to clipboard
websocket objects don't expose :pollfd() and friends
You can't cqueues.poll() on a websocket object because it doesn't expose the cqueues pollobj interfaces.
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.