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?
Complete thread:
- WODHTTP does not always fire _DONE - ihutee, 2011-02-17, 23:08
- Re: WODHTTP does not always fire _DONE - wodDamir, 2011-02-18, 00:02
- Re: WODHTTP does not always fire _DONE - ihutee, 2011-02-18, 00:32
- Re: WODHTTP does not always fire _DONE - ihutee, 2011-02-18, 00:41
- Re: WODHTTP does not always fire _DONE - wodDamir, 2011-02-18, 09:54
- Re: WODHTTP does not always fire _DONE - ihutee, 2011-02-18, 00:41
- Re: WODHTTP does not always fire _DONE - ihutee, 2011-02-18, 00:32
- Re: WODHTTP does not always fire _DONE - wodDamir, 2011-02-18, 00:02