peewee-async
peewee-async copied to clipboard
Preventing of "await wasn't used with future"
In the case of self._async_wait
has an exception, close_async()
is not freeing variables.
I've caught the exception RuntimeError("await wasn't used with future")
from asyncio/futures.py for await self._async_wait
and it should be investigated deeper.