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
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »