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

Fixed InvalidStateError on shutdown #8158

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

qstokkink
Copy link
Contributor

Fixes #8156

This PR:

  • Fixes aiohttp attempting to set the result of _handler_waiter after its protocol shutdown has already completed.

@qstokkink qstokkink force-pushed the fix_invalidstate_on_shutdown branch from 26e1ce4 to 0d08530 Compare September 16, 2024 09:55
@qstokkink qstokkink force-pushed the fix_invalidstate_on_shutdown branch from 0d08530 to c34979e Compare September 16, 2024 09:57
@qstokkink
Copy link
Contributor Author

validate

@qstokkink qstokkink changed the title WIP: Fixed InvalidStateError on shutdown READY: Fixed InvalidStateError on shutdown Sep 16, 2024
@qstokkink qstokkink marked this pull request as ready for review September 16, 2024 10:33
@qstokkink qstokkink changed the title READY: Fixed InvalidStateError on shutdown Fixed InvalidStateError on shutdown Sep 16, 2024
@qstokkink qstokkink merged commit 2e3cce1 into Tribler:main Sep 16, 2024
7 checks passed
@qstokkink qstokkink deleted the fix_invalidstate_on_shutdown branch September 16, 2024 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

InvalidStateError on shutdown
2 participants