Replies: 1 comment
-
You can return the connection to the pool at any time by calling |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now I'm using flask + flask-sock + flask-sqllachemy and an issue I have is that each time a socket connects it takes a session from the pool and won't release that session until the socket disconnects. If the pool size is 10 then after 10 clients have connected the rest will timeout and crash.
I'm thinking of switching to quart for performance reasons, and I'm wondering if I will experience the same issue here or not.
Beta Was this translation helpful? Give feedback.
All reactions