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 unique operator hangs when applied to value #5053

Merged
merged 3 commits into from
Jun 6, 2024
Merged

Conversation

pditommaso
Copy link
Member

@pditommaso pditommaso commented Jun 6, 2024

This PR fixes the unique operator hanging when applied to a value channel. Close #5052

Copy link

netlify bot commented Jun 6, 2024

Deploy Preview for nextflow-docs-staging canceled.

Name Link
🔨 Latest commit 2c5e6b5
🔍 Latest deploy log https://app.netlify.com/sites/nextflow-docs-staging/deploys/6661e861e9967e00086a3465

Signed-off-by: Paolo Di Tommaso <[email protected]>
@pditommaso pditommaso merged commit 88b8ab0 into master Jun 6, 2024
5 checks passed
@pditommaso pditommaso deleted the fix-unique-hang branch June 6, 2024 16:49
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.

Using the the unique operator after collect causes the pipeline to stall at pipeline end
1 participant