python-consul icon indicating copy to clipboard operation
python-consul copied to clipboard

ClientSession.close is a coroutine

Open nugend opened this issue 7 years ago • 1 comments

https://github.com/cablehead/python-consul/blob/4ddec9b57eb5284b58967ce1a9b2422519f88cc2/consul/aio.py#L58

  self._session.close()

Getting this error when my process ends.

nugend avatar Aug 13 '18 23:08 nugend

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.

ashwini-balnaves avatar Aug 21 '18 05:08 ashwini-balnaves