Closed andylolz closed 7 months ago
Fixes #158 – more details there.
It seems the aclosing context manager needs to be called for each nested async for loop. This PR does that.
aclosing
async for
Looks like #30 may have been due to the same problem – so this should resolve that, too.
Very much thanks for your contribution!
It's frustrating to wrap everything in aclosing.
Many thanks for merging – and thanks again for the library!
Fixes #158 – more details there.
It seems the
aclosing
context manager needs to be called for each nestedasync for
loop. This PR does that.Looks like #30 may have been due to the same problem – so this should resolve that, too.