python-consul
python-consul copied to clipboard
ClientSession.close is a coroutine
https://github.com/cablehead/python-consul/blob/4ddec9b57eb5284b58967ce1a9b2422519f88cc2/consul/aio.py#L58
self._session.close()
Getting this error when my process ends.
I have also encountered this issue. I have opened #231 with my solution.
The tests output from test_aio.py had this warning as well, so I could confirm that my PR resolves the issue.