Closed kataev closed 4 years ago
You call sess.rollback() in middleware, but this is sync and blocking operationб this may block loop.
I'm not sure if this is an issue as such? Sqlalchemy, generally, is not async
You call sess.rollback() in middleware, but this is sync and blocking operationб this may block loop.