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;
lTM: Integer;
begin
// ToDo: support properly with the socket select() function
// currently a workaround
lTM := IOTimeout;
IOTimeout := TimeOut;
FHandler.Recv(B,0);