http timeout ?

DKnowles

Member
Licensed User
Longtime User
Just wondering if their is now a method to change the timeout on the httpclient,
we have just had to move the backend servers around and we are getting a longer than normal delay in processing in incoming data.

Yes I know resolving the problem from the backend systems is the real solution but that is not possible for a couple of weeks, and I need to issue a update to our users so the android phones don't time out.

David

the offending call

SendReadings.Download2(ServerURL&"sendReadings.asp", _
Array As String("UserID",Main.UserName, "Password", Main.Password, "database", UploadDatabaseName,"VersionNo",Main.VersionNo,"PhoneId",myPhone.GetDeviceId,"PhoneNumber",myPhone.GetLine1Number))

normally done within 30-40 seconds now needs to be 60-75 seconds

ps yes I have edited the Download2 URL to hide the proper URL, but that works.
 

DKnowles

Member
Licensed User
Longtime User
Thankyou

:icon_clap:
I don't say this often , especially to men ' I LOVE YOU' can actually have the weekend off now.......

ps it worked thanks
 
Upvote 0
Top