peewee-async icon indicating copy to clipboard operation
peewee-async copied to clipboard

Preventing of "await wasn't used with future"

Open andr-04 opened this issue 3 years ago • 0 comments

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.

andr-04 avatar May 01 '21 19:05 andr-04