Hello ! First of all thank you for the work you put in your lib !
We spotted a strange behavior when using queries.TornadoSession in a context manager: The connection pool is not freed when exiting the with block. (This isn't the case for queries.Session).
It is true that the documentation encourages to use result.free() when working with asynchronous sessions but IMHO it would be a nice feature if both Session classes would behave the same.
Cheers !
Hello ! First of all thank you for the work you put in your lib !
We spotted a strange behavior when using
queries.TornadoSessionin a context manager: The connection pool is not freed when exiting thewithblock. (This isn't the case forqueries.Session).It is true that the documentation encourages to use
result.free()when working with asynchronous sessions but IMHO it would be a nice feature if both Session classes would behave the same.Cheers !