lua-http icon indicating copy to clipboard operation
lua-http copied to clipboard

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

Open cmtptr opened this issue 6 years ago • 1 comments

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

cmtptr avatar Dec 17 '18 19:12 cmtptr

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.

daurnimator avatar Jan 04 '19 11:01 daurnimator