Hi When I make a server and client in Ruby and let them comunicate with puts and gets over TCPSocket/Server, the program hangs each time there is no more data and I call gets. But the eof? gives false. How can I figure out if there is more data? Frank