multiple wodHTTP ocx's (wodHttpDLX)

by hi @, (6386 days ago)

ok so i have multiple threads of wodHTTP on this prj and like in the Done procedure i have it set to move to the next item and re-connect the wodHTTP thread but when it attempts to move it is givin me a error something along the lines of the control is currently in use like can't perform action in current state or whatever is there a way i can close wodHTTP like winsock before i connect with it?

locked

Re: multiple wodHTTP ocx's

by wodDamir @, (6386 days ago) @ hi

Hi,

This error usually occurs when you aren't yet connected. Can you try using Blocking mode instead?

Blocking mode will ensure that you are connected prior to calling next method.

Regards,
Damba

locked

Re: multiple wodHTTP ocx's

by sdf @, (6386 days ago) @ wodDamir

the error is cannot change host infomration @ this time

locked

Re: multiple wodHTTP ocx's

by wodDamir @, (6386 days ago) @ sdf

Hi,

That means that you tried to change the Hostname while you were connected. Can you check what the state was at the moment the issue occured??

Regards,
Damba

locked

Re: multiple wodHTTP ocx's

by fsjkjk @, (6386 days ago) @ wodDamir

yes it probably is still connected but i need it to change proxys so my question is how do i close the connection?

locked