Re: multi-threading (General questions)
Hi,
I believe you already gave yourself an answer. Move the GET's from the disconnected Event and use the Done instead, or set a condition that would only call another get (from Disconnected Event) in some certain occassions. (I.e, only if an error occured).
Also, in Disconnected Event, Set wodHttpDLX(index) = Nothing in order to release the component after disconnection.
Hope I helped.
Regards,
Damba