Ionut Muntean wrote:
> Hi,
> 
> I'm trying to build an udp server using TWSocketServer component. Source
> compileok, server is listening on the specified udp port, but
> OnClientConnected and OnClientDataAvailable is not called.

That's quite normal, since the UDP protocol doesn't know of connections.
Use TWSocket instead of TWSocketServer.

Arno Garrels 
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to