zpoint
zpoint
Just instantiate Elasticsearch `es = Elasticsearch(["localhost:8000"])` When terminate: `Unclosed client session client_session: ` Should aioes->connection.py->class Connection has a destructor ? ` def __del__(self): self._session.close() ` aiohttp (2.0.4)
yarl (0.8.1) https://github.com/aio-libs/yarl/issues/9 ``` File "/usr/local/lib/python3.5/dist-packages/aioes/connection.py", line 41, in perform_request url = self._base_url.with_path(url) AttributeError: 'URL' object has no attribute 'with_path' ``` I update aiohttp to 2.0.3 slove the "with_path" problem...