Timofey, your method fails. It actually force the system to terminate (crashes platform).
Have tried on 8.2.17 8.3.4.408,447
The code is as follows:
| Code |
|---|
// set connection with server
Try
Connection = New HTTPConnection(ServerAddress,,,,10,True);
Except
Message("Couldn't connect to online verification server:"
+ Chars.LF + ErrorInfo().Description, MessageStatus.Important);
Return ErrorInfo();
EndTry;
|
While the error will be under investigation and correction, please give me some alternative. I have promised to my client that i'll make it work, but I can't leave it without timeout because it has very unstable connection and the whole program is hanging while there is no internet.
Without timeout the code works on every version of the platform. The code is server-side.