suppose 30 sec (default client-failure-check-period) the client did not receive any packets from the server as a results of net problems.
Will the client now do disconnect of session/connection?
Suppose now I add this configration :
<retry-interval>1000</retry-interval>
<retry-interval-multiplier>1.5</retry-interval-multiplier>
<max-retry-interval>60000</max-retry-interval>
<reconnect-attempts>1000</reconnect-attempts>
what will happen now ??
the client will still do disconnect of session/connection but just after will try to do reconnect 1000 times (until net is available again)? or will it ignore the need to do disconnect ?