Ondrej Pokorny 4 years ago
parent
commit
7d890608b8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/fcl-net/src/ssockets.pp

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

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