This commit is contained in:
Ondrej Pokorny 2021-08-14 02:55:15 +02:00 committed by Michaël Van Canneyt
parent 8bf5eb8322
commit 7d890608b8

View File

@ -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);