necouchman opened a new pull request #443: GUACAMOLE-234: Fix bind issue that occurs using try-with-resources. URL: https://github.com/apache/guacamole-client/pull/443 This fixes an issue that occurs when using `try with resources`, because the connection gets automatically closed at the end of the first bind/search, which is undesirable. As far as I can tell, the alternative to this is to take the code in the `bindAs()` method and replicate it into every method where we do any sort of LDAP operation, which doesn't seem terribly efficient.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
