Using Indy 9.0.0.12, the choice of ATimeOut of TIdTcpClient.Connect(ATimeOut) doesn't seem to make a difference. For example, if the server application using TIdTcpServer is not launched, the client application using TIdTcpClient will hang where TIdTcpClient.Connect(ATimeOut) is called. Could you help to comment how to understand this behaviour and what could be done here? Any help will be appreciated!
The sample code can be downloaded : http://www.multiupload.com/9OLWHBWIGV
PS: It seems that issues about timing out when sending plain msg/receiving plain msg/downloading file should necessicate heartbeat-wise algorithms. However, if the TIdTcpClient.Connect(ATimeOut) does not return after ATimeOut, how should the hearbeat algorithms be implement?