Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure all connections are closed regardless of exception (#254)
* Ensure all connections are closed using finally * Execute closing of connection after catching exceptions but without finally * Remove and improve extra spacing * Revert to original behavior for closing connection for any exception
- Loading branch information