Re: [twsocket] Problem with DataAvailable (similar)

2013-03-25 Thread Pascal Chapon
Argh... Well, not directly in the dataAvailable itself, but it happens in certain cases of the function decoding the string (and which is called at the end of the dataAvailable). Thing is, the situation is tricky, cause there's at least one case where I must enter in a non-blocking loop where I

Re: [twsocket] Problem with DataAvailable (similar) [fixed]

2013-03-25 Thread Pascal Chapon
Okay, everything is fine if I do it with a PostMessage and process the non-blocking loop in a separate procedure. Many thanks to Arno, Pascal -- Argh... Well, not directly in the dataAvailable itself, but it happens in certain cases of the function decoding the str