This commit is contained in:
Ondrej Pokorny 2021-08-14 02:55:15 +02:00 committed by Michaël Van Canneyt
parent 162ecdc543
commit 1d18f2fdbf

View File

@ -491,6 +491,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);