WODHTTP does not always fire _DONE (wodHttpDLX)
How can I fix this?
in my _Done i have a .disconnect so it closes the connection..
but _Done doesnt always fire. Sometimes _Disconnected fires instead.
_Disconnected shows a timeout error.
Even in the _Done event I have an if statement
If ErrorCode = 0 then
'run my routine
Else
'display error
End If
Can you help me figure out why _Done doesn't always fire, and sometimes the _Disconnected does instead.
Do I need to make my parse html routine in _Disconnected instead of _Done?