On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

close wem connection

Is there a need to close the wem connection when accessing wem via the api?

We have recently increased the usage of this and heap size is increasing.  At this point just guessing the cause, but I am wondering it there is something here we are leaving open.

 

AuthnBundle authnBundle = buildAuthBundle(config);logger.info("WEM Connection to: " + authnBundle.getHost());try {    final LoginMgr loginMgr = new LoginMgr();    loginMgr.login(authnBundle);