Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.

Fix example http_client #38

Merged
merged 1 commit into from
May 6, 2021
Merged

Conversation

hoh
Copy link
Member

@hoh hoh commented May 6, 2021

The example stopped working due to changes in aiohttp:

  • ClientSession manager is now async
  • aiohttp.Timeout does not exist anymore

Fixes #36

The example stopped working due to changes in `aiohttp`:
- ClientSession manager is now async
- `aiohttp.Timeout` does not exist anymore

Fixes  #36
@hoh hoh added the bug label May 6, 2021
@hoh hoh requested a review from ludovic-gasc May 6, 2021 06:37
@matrixise
Copy link
Contributor

Hi @hoh

I will review your PR today

@matrixise matrixise mentioned this pull request May 6, 2021
@matrixise matrixise merged commit 048b9c3 into master May 6, 2021
@matrixise
Copy link
Contributor

Thank you so much for your contribution.

@hoh
Copy link
Member Author

hoh commented May 7, 2021

Thanks for merging rapidly.

@hoh hoh deleted the hoh-fix-example-http-client-issue-36 branch May 7, 2021 13:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTTP Client Example is not working
2 participants