TROSynapseHTTPChannel and Timeout

Hi,
What event is triggered when we have a request timeout on a TROSynapseHTTPChannel ?

I have a service that run that make some calls to an external web service (Soap based).
I have faced a problem, where my request didn’t get any reply (it happened one time), but no timeout error raised. and I have a loop, when a request is not terminated I don’t as again so my service didn’t make any more request until I get a reply from the service.

I didn’t set any timeout, but if I’m not wrong the timeout is set to 90 sec by default.

best regards

Armindo

Hi,

OnException event will be fired

Thanks Evgeny