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(tricky-pipe): mpsc getting stuck when lapping #35

Merged
merged 2 commits into from
Nov 23, 2023
Merged

Conversation

hawkw
Copy link
Contributor

@hawkw hawkw commented Nov 23, 2023

This branch fixes an issue where the tricky-pipe MPSC can get "stuck" after completing one lap around the queue, due to wrong index management. I've simplified the index bitfields a bit, and added a test reproducing the bug (which, sadly, can't run under loom).

@hawkw hawkw merged commit b197e82 into main Nov 23, 2023
8 checks passed
@hawkw hawkw deleted the eliza/fix-stuck-mpsc branch November 23, 2023 20:45
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.

1 participant