xsharp.eu • VO cHTTP / ConnectRemote() VO as service... random fails restart service
Page 1 of 1

VO cHTTP / ConnectRemote() VO as service... random fails restart service

Posted: Tue Sep 21, 2021 1:09 am
by Sherlock
oHttp := CHttp{"Secure_Rates", INTERNET_DEFAULT_HTTPS_PORT }
//
IF oHttp:ConnectRemote( WEBSERVER_2016 ) // "27.50.65.xxx"
// Do stuff.

Randomly at first this will return false.. same box the IP.
Can ping to the IP.. it is there.

When I try and process again the connection continues to fail until I stop and start my VO service.

Any ideas... things to try...

Phil McGuinness