Wait for Socket Data to Arrive

ok = socko:wait(ms)

Wait for data to arrive on the socket.

See: socket.select for handling multiple socket objects at once.

Note

Best to use this within a thread/task.