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
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