Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

FIX: #226 Allows aiohttp.client.ClientSession.close() to be awaited#231

Open
ashwini-balnaves wants to merge 1 commit into
python-consul:masterfrom
ashwini-balnaves:issue-226
Open

FIX: #226 Allows aiohttp.client.ClientSession.close() to be awaited#231
ashwini-balnaves wants to merge 1 commit into
python-consul:masterfrom
ashwini-balnaves:issue-226

Conversation

@ashwini-balnaves

@ashwini-balnaves ashwini-balnaves commented Aug 21, 2018

Copy link
Copy Markdown

Resolves #226. Note that this change requires the client code to await (yield from) the Consul.close method. This is how all the other methods work (get, put, delete, etc).

@ashwini-balnaves ashwini-balnaves changed the title Allows aiohttp.client.ClientSession.close() to be awaited FIX: #226 Allows aiohttp.client.ClientSession.close() to be awaited Aug 21, 2018
@wdauchy

wdauchy commented Oct 2, 2018

Copy link
Copy Markdown

@matusvalo did you have time to have a look at this one?

@Pavkazzz

Pavkazzz commented Oct 5, 2018

Copy link
Copy Markdown

Can anyone merge this pls?

@mosquito mosquito mentioned this pull request Oct 8, 2018
@habibutsu

Copy link
Copy Markdown

@cablehead Looks ok, merge please

@harobed

harobed commented Feb 3, 2019

Copy link
Copy Markdown

Ping @cablehead

nzlosh added a commit to nzlosh/python-consul that referenced this pull request May 28, 2019
@icaropires

Copy link
Copy Markdown

Any news on this being accepted?

@habibutsu

Copy link
Copy Markdown

@matusvalo @abn @cablehead Guys! Are you still maintain this package?

@habibutsu

Copy link
Copy Markdown

I built own package with some PRs and uploaded it to PyPi till not released new version, maybe it would be useful for someone

https://pypi.org/project/habibutsu.python-consul/1.2.0/

@sheshtawy

sheshtawy commented Mar 17, 2020

Copy link
Copy Markdown

I this PR abandoned by the authors? we need to merge that guy it's already overdue. I'm happy to help if I can in anyway

@cablehead cablehead force-pushed the master branch 2 times, most recently from 636f367 to a91daae Compare April 15, 2024 01:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ClientSession.close is a coroutine

7 participants