Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ignore errors during Connection.close() (#1877)
* fix: ignore errors during Connection.close() A connection will automatically rollback any active transactions when the connection is closed. If the rollback would throw an exception, the close would fail and the connection would still be marked as open. This fix adds a simple ignore error handler when rolling back a transaction when the connection is closed. * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
- Loading branch information