Skip to content

bugfix: cleanup queues#489

Merged
leszko merged 2 commits intomainfrom
vb/bugfix/queue_cleanup
Feb 19, 2026
Merged

bugfix: cleanup queues#489
leszko merged 2 commits intomainfrom
vb/bugfix/queue_cleanup

Conversation

@varshith15
Copy link
Copy Markdown
Contributor

fixes #475

  • it's not a 100% fix because there is a possibility of processors receiving reset_cache at different points in time and also could have frames being processed which are not part of input or output queues
  • previously if the queue doesnt have enough frames to process the chunk, reset_cache isn't assigned back which would cause an issue if we are clearing up both input and output queues

Signed-off-by: Varshith B <[email protected]>
Signed-off-by: Varshith B <[email protected]>
Copy link
Copy Markdown
Collaborator

@leszko leszko left a comment

Choose a reason for hiding this comment

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

Work fine. Thanks for the fix @varshith15

@leszko leszko merged commit b73b07b into main Feb 19, 2026
6 checks passed
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.

No preprocessor queue flush on reset_cache

2 participants