You are viewing limited content. For full access, please sign in.

Question

Question

CAT Best Practice Question: Close the RA Connection?

SDK
asked on March 13, 2016

If you have a CAT application that clones the user's RA connection, when your CAT program has completed its work, should it explicitly close its RA connection? Or, will doing so also close the user's connection?

Just trying to determine the best practice here. I know about always calling `ClientInstance.Dispose()` in a CAT application (to avoid leaked instances of LF.exe), but I wasn't sure about the RA connection.

0 0

Replies

replied on March 14, 2016

Don't explicitly close the RA connection, otherwise the client will have to log the user back in.

0 0
replied on March 14, 2016

Gotcha. Thanks!

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.