You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I use Python 3.8, peewee_async version is v0.10.0, if asyncio.CancelledError exception occurs when connecting to the database, the connection pool can no longer create new connections available (because old connections are not released). I see that the Exception caught in line 741 of the source code is exception instead of BaseException, and I feel that this causes the above problem.
The text was updated successfully, but these errors were encountered:
Hi, I use Python 3.8, peewee_async version is v0.10.0, if asyncio.CancelledError exception occurs when connecting to the database, the connection pool can no longer create new connections available (because old connections are not released). I see that the Exception caught in line 741 of the source code is exception instead of BaseException, and I feel that this causes the above problem.
The text was updated successfully, but these errors were encountered: