Re: [twsocket] THttpCli synchronous vs. asynchronous [subject edited]

2009-05-16 Thread Fastream Technologies
Hello Arno, The reason is when the state is httpReady, it is not yet ready in some cases, that is a misleading state machine state (IMHO). ASAP I will try the postmessage and let you know if it is ok for my case here. I believe I did this a few weeks ago but not sure so will retry in case... Tha

Re: [twsocket] THttpCli synchronous vs. asynchronous [subject edited]

2009-05-16 Thread Arno Garrels
Fastream Technologies wrote: > What about setting a flag in triggerrequestdone and then checking for > it with while loop just as we do now for httpready in Dorequestsync? > This would eliminate the issue and let us use both sync and async > together! Sounds like more bad design IMO. Why can't yo