|
Hello,
The documented patterns for client:receive are '*a', '*l', or a number. Is it possible to get everything that is available on the socket in a given moment? (I'm using socket.select with all connections with settimeout(0).)
I couldn't also find in the API a way to check if the client connection with the server is still open.
Thanks,