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 runtime_client blocking main thread #115

Merged
merged 1 commit into from
Oct 27, 2023
Merged

Conversation

tgsong
Copy link
Contributor

@tgsong tgsong commented Sep 14, 2023

Fixes issue #105

runtime_client.next is calling into the C extension which blocks the main thread. Moving it to a separate thread enables the main thread to process signal, see this issue for more details

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

runtime_client.next is calling into the C extension which blocks the
main thread. Moving it to a separate thread enables the main thread
to process signal, see this issue for more details: aws#105
@pushkarchawda pushkarchawda merged commit 49bb4cf into aws:main Oct 27, 2023
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.

3 participants