Home > Back-end > Delphi TIdTcpServer/TIdTcpClient issues
Delphi TIdTcpServer/TIdTcpClient issues
Time:10-18
Have the following questions ask you how to deal with:
1. TIdTcpServer realize the service side, if there is a client connected to the server, and then I stop service complains;
2. TIdTcpClient implementation the client if the connection to connect to an IP + port, complains;
3. TIdTcpClient client I through a thread to receive the message from the server, but when I quit and then disconnect complains, estimates that could be because a thread has not stopped, but I through the Terminate cannot Terminate;
Please talk about everyone's way, gives the example code is better, thank you!!!!!!