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 batch command support #8

Merged
merged 2 commits into from
Jul 21, 2024
Merged

Conversation

thiagokokada
Copy link
Contributor

@thiagokokada thiagokokada commented Jul 21, 2024

Fix #7. Doesn't fix the max command by batch issue though, this will need further changes.

This PR extends ByteQueue to add batch and command fields. batch now serves to indicate if the command batch will be a batch, instead of abusing ByteQueue.Back(). command is a special field that will be prepend to all commands executed in the ByteQueue.

See Test_priorityQueue_Add for more details.

@labi-le labi-le merged commit 04557a5 into labi-le:master Jul 21, 2024
3 checks passed
@thiagokokada thiagokokada deleted the fix-batch branch July 21, 2024 16:14
@thiagokokada thiagokokada mentioned this pull request Jul 22, 2024
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.

Batch dispatch seems to not be working
2 participants