What is the preferred way to provide auto-reconnect features on the client, when using SocketReactor/SocketConnector?
I found a related question on StackOverflow (dated April 30, 2010):
Socket select() Handling Abrupt Disconnections [using Poco's SocketReactor]
http://stackoverflow.com/questions/2742708/socket-select-handling-abrupt-disconnections
I have a shamefully ugly way of auto-reconnecting that works in a demo project, but am looking for something better.
Also, I'm wondering if reconnecting with SocketConnector should be part of the Poco library.





