lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 31 March 2016 at 10:16, rachana rao <rachana.lua@gmail.com> wrote:
> Hi !
>
> I am using luasocket - 2.0.2.
> Currently I am using the select functionality with a tcp inet socket.
> I need to migrate this to unix domain socket. From what I can see Unix
> domain sockets don't support select. Am I right ?
> If not, is there an example code anywhere I can refer to? ( I have Unix
> domain sockets compiled in and basic send/receive working)
>
> Thanks,
> Rachana
>

luasocket's select does support unix sockets.
I'm not sure where you got the idea it doesn't?