Using RFAJ v6.4 (we will upgrade to RFA v8 in the next year), we've noticed that if the connection is idle for 10 minutes, it automatically sends a "login close" message to the server. After that, obviously, nothing can be subscribed. But it's not clear that the connection has been reset or that we have logged out.
I can't find any reference to this in the documentation.
We'd like to be able to do one of three things:
* Set or change the inactive timeout duration
* Keep the connection alive indefinitely
* Detect when the login_close message has been sent to the server, so that we can recover
What's the best way to handle this, and is there any documentation that might be useful?