Hello,
We have a problem with the HttpJob:
The JobDone never runs, and the log contains the following message:
"sending message to waiting queue of uninitialized activity (submitjob)"
my code :
the log attached
Thank you
We have a problem with the HttpJob:
The JobDone never runs, and the log contains the following message:
"sending message to waiting queue of uninitialized activity (submitjob)"
my code :
B4X:
Dim job As HttpJob
job.Initialize("", Me)
job.Download("https://www.google.com")
' job.PostString("https://www.google.com","")
Wait For (job) JobDone(job2 As HttpJob)
If job2.Success Then
Log(job2.GetString)
End If
job2.Release
Log("ca sort")
the log attached
Thank you