我使用了TidTcpServer中的tcpServerExecute(AThread: TIdPeerThread)事件
事件中有AThread.Connection.ReadLn,是以阻塞模式读取收到的数据,我如何用代码停止AThread.Connection.ReadLn的等待!