Indy 9.0 例程中的 TCPDataset 运行死机 |
尚未結案
|
minecpcw
一般會員 發表:2 回覆:0 積分:0 註冊:2003-12-06 發送簡訊給我 |
我运行 Indy 9.0 例程中的 TCPDataset ,客户端点击 Get Meta Data 按钮后,就死了,服务器端 也运行了,查了一下通讯源码 发现 其程序死在IdTCPConnection单元中的 ReadBuffer procedure TIdTCPConnection.ReadBuffer(var ABuffer; const AByteCount: Integer);
begin
if (AByteCount > 0) and (@ABuffer <> nil) then begin
// Read from stack until we have enough data
while (InputBuffer.Size < AByteCount) do begin
ReadFromStack;//在此处
CheckForDisconnect(True, True);
end;
// Copy it to the callers buffer
Move(InputBuffer.Memory^, ABuffer, AByteCount);
// Remove used data from buffer
InputBuffer.Remove(AByteCount);
end;
end;
我怀疑 是 while (InputBuffer.Size < AByteCount) do begin
有问题,InputBuffer.Size为什么始终是 0呢?随能帮我解答一下呀!谢谢
|
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |