hello,
I builded http engine with example ClientEngine v2.0. Generally I get response when I invoke IssueHTTPGetL() . But sometimes not any response in a long time. I know this example has timeout problem. I don't know to deal with.
hello,
I builded http engine with example ClientEngine v2.0. Generally I get response when I invoke IssueHTTPGetL() . But sometimes not any response in a long time. I know this example has timeout problem. I don't know to deal with.
Last edited by Devnull; 2012-07-11 at 09:57.
Maybe my describe is not clean enough. My device is E50. never use emulator. My platform is S60. not QT. My http engine is example ClientEngine v2.0 which download from this forum long time ago. It use those classes such as RHTTP*,RConnection, RSocketServ.
Most case I can receive reply from server after invoke IssueHTTPGetL() . But sometimes I receive nothing. If exit and run again. It work well. I hope it can connect or send again automatically if no response spend one minute.