By Francesco Buonomo on Friday, 23 January 2026
Posted in Support
Likes 0
Views 7
Votes 0
hi Sergio, in the procedure sgcTCPCLient_Common.SetActive(const Value: Boolean);
I found this:
if (ReadTimeout = -1) and (TLSOptions.Version >= tls1_3) then
TCPClient.ReadTimeout := 100
else
TCPClient.ReadTimeout := FReadTimeout;
TCPClient.ReadTimeout := FReadTimeout;
maybe it's a typo
View Full Post