WODHTTP does not always fire _DONE - WeOnlyDo Discussion board

WODHTTP does not always fire _DONE (wodHttpDLX)

by ihutee, Thursday, February 17, 2011, 23:08 (4810 days ago)

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?


Complete thread: