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: shell hang on progress bar #2929

Merged
merged 2 commits into from
Jan 16, 2025
Merged

Conversation

baszalmstra
Copy link
Contributor

We found some strange behavior in sending items over an async channel from a sync rayon thread that caused messages to never arrive. Ive banged my head against the problem and couldnt figure out what was happening. So in the end I just simplified the code drastically and removed all the async code all together. Turns out it wasnt really needed anyway.

Fixes #2851

@ruben-arts ruben-arts enabled auto-merge (squash) January 16, 2025 15:49
@ruben-arts ruben-arts merged commit aea101a into prefix-dev:main Jan 16, 2025
28 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.

pixi shell stalls indefinitely
2 participants