Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TTcpClient onReceive event not triggered

Status
Not open for further replies.

rgabe

Programmer
Feb 18, 2004
1
CA
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top