lua-users home
lua-l archive

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


Ralph Hempel wrote:

  To make things more interesting, what if the socket never
  gets another character once socket.select() is called?

  Does socket.select() essentially block forever in this case?


And then I sheepishly reply to my own post once I read the luaSocket
docs again and notice the timeout parameter on the socket.select()
function.

Never mind....

Ralph