Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README asyncio example #302

Merged
merged 1 commit into from
Oct 10, 2023
Merged

Update README asyncio example #302

merged 1 commit into from
Oct 10, 2023

Conversation

srh
Copy link
Contributor

@srh srh commented Oct 5, 2023

The asyncio example wasn't closing the connection, which resulted in it getting closed outside the event loop. Also, get_event_loop() is deprecated, so this updates the invocation to use asyncio.run.

This depends on #300 getting merged.

@codeclimate
Copy link

codeclimate bot commented Oct 5, 2023

Code Climate has analyzed commit 9015f0b and detected 0 issues on this pull request.

View more on Code Climate.

@srh srh mentioned this pull request Oct 5, 2023
10 tasks
lsabi
lsabi previously approved these changes Oct 10, 2023
@srh srh dismissed lsabi’s stale review October 10, 2023 20:06

The merge-base changed after approval.

lsabi
lsabi previously approved these changes Oct 10, 2023
@lsabi
Copy link
Contributor

lsabi commented Oct 10, 2023

@srh My guess is that PRs crash due to the previous PRs getting merged and changing the code with the changes that are also present in this PR

@srh srh dismissed lsabi’s stale review October 10, 2023 22:50

The merge-base changed after approval.

@srh
Copy link
Contributor Author

srh commented Oct 10, 2023

Since you approved, I'll merge.

@srh srh merged commit d6f2f56 into master Oct 10, 2023
@srh srh deleted the srh/asyncio_readme branch October 10, 2023 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants