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