I have a class module that uses HttpUtils2.
In this class I call HttpJob like this:
The Job downloads successfully, but the JobDone method in the class is never called.
Why does this happen? How to fix it?
In this class I call HttpJob like this:
B4X:
Dim job1 As HttpJob
job1.Initialize("Jobname", Me)
Why does this happen? How to fix it?