DmitryBurnaev / starlette-web

Simple components for web-app, based on "starlette" framework.
MIT License
5 stars 3 forks source link

Move async-with decorator for session in BaseHTTPEndpoint in the outer scope to session.rollback #58

Closed dolamroth closed 1 year ago

dolamroth commented 1 year ago

Otherwise, the session might be closed before actual await session.rollback() is called