Hi all,
I got a question about working with sockets (in Delhi7) using a TTcpClient object (the server is a non Delphi application),
connecting and sending to the server are fine but my OnReceive handler never gets executed but i know for sure the server does send back a response.
Another thing is the tcpClient does't realize when the connection is broken by the server side (OnDisconnect handler doesn't get executed when the server application is shut down)
Any ideas about these problems or what other component i could use instead of TTcpClient...
Thx
Gabe
I got a question about working with sockets (in Delhi7) using a TTcpClient object (the server is a non Delphi application),
connecting and sending to the server are fine but my OnReceive handler never gets executed but i know for sure the server does send back a response.
Another thing is the tcpClient does't realize when the connection is broken by the server side (OnDisconnect handler doesn't get executed when the server application is shut down)
Any ideas about these problems or what other component i could use instead of TTcpClient...
Thx
Gabe