Re: Issues with client reconnection

2008-06-06 Thread Maarten Bosteels
As long as your not using the connection, TCP will not notify about an unplugged network cable (this seems strange to most people at first but it can have advantages too). If you want early detection of a broken link, you should use some kind of heartbeat. I think there is a HeartbeatFilter somewh

Issues with client reconnection

2008-06-06 Thread Eric LeVin
Thanks in advance to anyone that has any input on this. I might be doing something very simple wrong as I am a NOOB to Mina. I am using the following mina version: org.apache.mina mina-core 2.0.0-M1 I have been testing things with getting filters setup appro