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

fix(python-runtime): callbacks from async contexts result in BrokenPipeError #3919

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mrgrain
Copy link
Contributor

@mrgrain mrgrain commented Jan 20, 2023

Fixes #3917


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Jan 20, 2023
@mrgrain mrgrain changed the title fix(python-runtime): add compliance test for async context callbacks fix(python-runtime): callbacks from async contexts result in BrokenPipeError Jan 20, 2023
@mrgrain mrgrain force-pushed the mrgrain/fix/async-context-callbacks branch 8 times, most recently from 93c3e7a to 02df846 Compare January 27, 2023 16:02
@mrgrain mrgrain force-pushed the mrgrain/fix/async-context-callbacks branch 2 times, most recently from e4d838d to c055029 Compare March 3, 2023 10:52
feat(kernel): process callbacks while EndRequest is awaiting promise
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Callback into behavioral interface implementation fails from async context
1 participant