Hi all, i using php to get data from my server mysql database.
Code like below.
But my question is how to change the timeout limit, because i reading some bigger data but over 30+/-sec
it have error like that.
Code like below.
B4X:
Sub ExecuteRemoteQuery(Query As String, JobName As String)
Dim job As HttpJob
job.Initialize(JobName, Me)
job.PostString("http://www.XXX.com/countries.php", Query)
End Sub
But my question is how to change the timeout limit, because i reading some bigger data but over 30+/-sec
it have error like that.
B4X:
ResponseError. Reason: java.net.SocketTimeoutException, Response:
java.net.SocketTimeoutException