Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Aug : TIdUDPClient and other indy clients
| Subject: | TIdUDPClient and other indy clients |
| Posted by: | "Miraka" (ak_..@abv.bg) |
| Date: | Sun, 20 Aug 2006 10:24:34 |
How can I determine if the TIdUDPClient is ready to read the data.. there is
no OnRead event. I know thaht Indy is blocking but isn't there a way to read
the data only when it is available (I don't want to use TIdAntiFreeze).
Currently I'm using a TIdUDPServer instead of TIdUDPClient because it has
OnUDPRead event but this is not the correct way I think.
Regards..