PDA

View Full Version : Idle Connection Disconnection


amirbilal
01-24-2005, 05:05 PM
A client lost its 'internet connection' so it means that there would be no onDisconnect call to server application, it means that the server would not ever know that the client has disconnected as there would not be any call to onDisconnect.

I want to know that what is the way to handle this situation?

Does FCS automattically syncronize user who has lost connection if so then after how much tiem it do it. If it does not do that then how can I disconnect all the users who have lost their connction but still shoe off as connected on serverside application.


Thanks in adavance for your help.