On 4/24/07, Uday Prakash (DHL CZ) <[EMAIL PROTECTED]> wrote:
Hi,I also realized that the IoSession ifc, has a method isConnected(), this returns if the current session is connected to a remote peer. This is pretty useful and helpful.
That's exactly what I was referring to when I said "no reliable way". isConnected() may return true and a write() to that session can still fail because the session is actually disconnected. Regards, Vinod.
