Matthew J Carlson

Results 1 comments of Matthew J Carlson

I think what you're seeing is a result of SQLAlchemy trying to perform [implicit IO ](https://docs.sqlalchemy.org/en/14/orm/extensions/asyncio.html#preventing-implicit-io-when-using-asyncsession) when accessing heroes from teams without performing eager loading on heroes. If you eager...