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

improve gui close to wait for all pipes to close or error (instead of rejecting immediately if one pipe has error) #503

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

maidh91
Copy link
Contributor

@maidh91 maidh91 commented Dec 19, 2024

Promise.all will reject as soon as one of the Promises in the array rejects.
Promise.allSettled will never reject - it will resolve once all Promises in the array have either rejected or resolved.

@maidh91 maidh91 mentioned this pull request Dec 19, 2024
@maidh91 maidh91 changed the title improve gui close on waiting for pipes to be closed improve gui close to wait for all pipes to close or error (instead of rejecting immediately if one pipe has error) Dec 19, 2024
@rafapaezbas rafapaezbas merged commit 8d3d934 into main Dec 19, 2024
3 checks passed
@rafapaezbas rafapaezbas deleted the improve-gui-close-wait-pipe branch December 19, 2024 09:57
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.

2 participants