Hello Engi,

How do you send your data in the server?
it should be something like:

for n := 0 to Srv.ClientCount - 1 do
   try
      Srv.Clients[n].SendStr('Hello again');
   except
   end;

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

Tuesday, June 23, 2009, 14:39, Engi wrote:

> Hi,

> I'm using 1 server and 3 clients.
> When server sends data to clients, only 1 client receive this data.
> In the server loop, the clientcount property is 3.

> I think there is a problem but I don't found it.
> Any help or advices would be appreciated.

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

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

Reply via email to