Re: [twsocket] Showstopped bug in ICS

2011-07-05 Thread Éric Fleming Bonilha
Hi Wilfried But it will break existing code that depents on this behaviour if wsoNoReceiveLoop is set. But you can easely derive from TWSocket and override do_fd_close method. Then it will behave good for your specifications and you will never have to change code again after updates. I see you

Re: [twsocket] Showstopped bug in ICS

2011-07-05 Thread Wilfried Mestdagh
Hi Eric, > I know, but if you still call OnDataAvailable with current socket > options, > for the ones that has not set wsoNoReceiveLoop (By default) the > behaviour > will still be the same right... for the ones that has set > wsoNoReceiveLoop > (like me) OnDataAvailable will still be called, and