Keep connection alive problem

Hi,

in general, if you are using KeepAlive = False, you shouldn’t catch Socket Error #10054 bacause connection is closed after each request/response

Hi,
Noted. But currently is FALSE. Socket Error #10054 still happen.

Hi,

try to call Disconnect after each usage:

ROIndyHTTPChannel1.IndyClient.Disconnect(value);

read more about Disconnect in Indy documentation

Hi,
Noted with thanks. I will try it. Will this statement add into RO next version?

Hi,

Can you create a simple testcase that uses default settings and reproduces Socket Error #10054, pls?

Hi,
I think it may difficult to prepare the simple testcase. Because it is normal if running local network. I will try to setup the similar environment if I have time.