GoogleCloudPlatform / alloydb-python-connector

A Python library for connecting securely to your AlloyDB instances.
Apache License 2.0
25 stars 6 forks source link

chore: remove destructor from connector.py #315

Closed enocom closed 2 months ago

enocom commented 2 months ago

Remove del destructor for Connector as it seems to be causing timeout errors.

Related to https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/pull/1010.