From: "bbryant@..." Date: 2005-12-26T11:57:52+09:00 Subject: TCPSocket Connection I am working on a network application on an unstable network. I need to do something like call client.connected?() on the server side to see if the clients are still connected before I try to write to them. Any ideas?