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!: Fix SingleThreadedAgentRuntime busy loop #4855

Merged
merged 7 commits into from
Dec 30, 2024
Merged

fix!: Fix SingleThreadedAgentRuntime busy loop #4855

merged 7 commits into from
Dec 30, 2024

Conversation

jackgerrits
Copy link
Member

Closes #4773

Breaking change:

  • unprocessed_messages -> List changed to unprocessed_messages_count -> int

@jackgerrits jackgerrits requested a review from Copilot December 30, 2024 14:37

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

@jackgerrits jackgerrits merged commit 190fcd1 into main Dec 30, 2024
49 checks passed
@jackgerrits jackgerrits deleted the fix_cpu branch December 30, 2024 20:04
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.

Fix busy loop in single threaded agent runtime
2 participants