Skip to content
This repository has been 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
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ashwini-balnaves
Copy link

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

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
Copy link

wdauchy commented Oct 2, 2018

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

@Pavkazzz
Copy link

Pavkazzz commented Oct 5, 2018

Can anyone merge this pls?

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

@cablehead Looks ok, merge please

@harobed
Copy link

harobed commented Feb 3, 2019

Ping @cablehead

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

Any news on this being accepted?

@habibutsu
Copy link

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

@habibutsu
Copy link

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
Copy link

sheshtawy commented Mar 17, 2020

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