Replies: 1 comment 1 reply
-
@EM51641 did you find a solution to this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
First, I want to thank you for this great web framework. When I try to run my "asynchronous" app on Flask, I get that the session is attached to a different loop than the one I use to tear it down. Moreover, the sessions are piling up on on my registry which means that when Flask(or most likely me) is not tearing down the context properly.
The Error I get is:
I added a reproducible example using devcontainer at: https://github.com/EM51641/async_flask_sqlalchemy_app/tree/main. Could somebody please tell me what am I doing so wrong ?
Beta Was this translation helpful? Give feedback.
All reactions