GO SQL.CONN always gets stuck in conn.Close()
In go
I ran into the issue that the connection pool of sql.DB
pilled up so many connections it reached the limit of the odbc driver. The connections should be closed automatically but this never happens.