This is the way the IOndy components are designed to work, therefor there is no direct method for the Server to send a message to a client.
There are 2 ways of handling this.
Firstly put a client and server socket on each application. that way both applications can send and receive messages.
Alternatively put a timer on the client.
On the Server do a WriteLn.
when the timer fires on the client, do a ReadLn with a timeout.
If a message is waiting you can then process it.
regards
Main Topics
Browse All Topics





by: mikelittlewoodPosted on 2006-09-04 at 05:15:45ID: 17449285
You need both sockets.
Are you locating the correct Client Connection property to send information to?