Re: [twsocket] Clients dysfunction

2009-06-23 Thread Engi
Problem resolved ! Sorry, but I missed a 'break' into my for loop. Now, all clients receive data. Thanks for answer. Engi Le 23/06/2009 14:55, Wilfried Mestdagh a écrit : Hello Engi, How do you send your data in the server? it should be something like: for n := 0 to Srv.ClientCount - 1 do

Re: [twsocket] Clients dysfunction

2009-06-23 Thread Wilfried Mestdagh
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 Tues

[twsocket] Clients dysfunction

2009-06-23 Thread Engi
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