Ondrej Pokorny 4 년 전
부모
커밋
7d890608b8
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      packages/fcl-net/src/ssockets.pp

+ 2 - 0
packages/fcl-net/src/ssockets.pp

@@ -490,6 +490,8 @@ var
   B: Byte;
   B: Byte;
   lTM: Integer;
   lTM: Integer;
 begin
 begin
+  // ToDo: support properly with the socket select() function
+  // currently a workaround
   lTM := IOTimeout;
   lTM := IOTimeout;
   IOTimeout := TimeOut;
   IOTimeout := TimeOut;
   FHandler.Recv(B,0);
   FHandler.Recv(B,0);