Subject: Re: TCPSocket: how to realize that the other endpoint has closed the connection?
From: 7stud -- <bbxx789_05ss yahoo.com>
Date: Thu, 17 Mar 2011 11:38:08 +0900
References: 379945
In-reply-to: 379945
It's possible that your first send() is stuck in a buffer. See if
calling flush() on the socket works.
--
Posted via http://www.ruby-forum.com/.