Should TIdCmdTCPServer and TIdCmdTCPClient be used together?
问题 I am trying to write a server and a set of clients that talk to the server. The server will maintain the status of different clients and allow them to alert the central server when there is a status change. A specialist client will allow the control of the other connected clients. I have the server as a TIdCmdTCPServer and the clients (at the moment) connect using TIdTCPClient. If the clients are sending and recieving commands, should they use TIdCmdTCPClient? I have read that the