Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
3.0.2
-
None
-
Ubuntu Linux,
mariadb Ver 15.1 Distrib 10.6.7-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2
Connector 3.0.2
Description
UPDATE: Found bug in my code: renaming/standardizing naming convention for the conn to mdbConn and missed one.
Using await / sync
Simple select
No transaction
running in a loop, tracking active and idle. Once a connection is used stays active and never returns to idle.
finally block I have tried:
- conn.release()
- conn.end(); conn.release();
More detailed info here.