Friday, 23 January 2026
  0 Replies
  7 Visits
  Subscribe
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