In the socket example, if the app cant connect to the server, it should exit after the predefined time limit. But when I try to debug the app TimerExpired() is never called, why?
How do you get the app to exit if it can't connect after the set time limit?
Hi Yucca,
Please guide my way..................
I can suceesfully coneect to theremote server and download the xml file, I have used sdk example socket connection...make some changes and used that. Now problem is that when SocketReader class return to SocketEngine after dowloading the file...then before calling disconnect function...i had used a ..AlertWin...like this............."CEikonEnv::Static ()->AlertWin (_L("File Downloaded")) ;" and called Disconnect function .......but if i remove that AlertWin some how my code stuck into Disconnect only......I dont know why this is happening. Please help me.
Thanks