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: use buffered channel for downloadComplete to prevent blocking #1617

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

ipcrm
Copy link
Contributor

@ipcrm ipcrm commented Apr 25, 2024

Summary

Prior to this commit if an error occurred before the download progress function could start, the CLI would block writing to the downloadComplete channel

How did you test this change?

manual execution & unit tests

Issue

https://lacework.atlassian.net/browse/GROW-2895

Prior to this commit if an error occurred before the download progress
function could start, the CLI would block writing to the
downloadComplete channel
@ipcrm ipcrm requested a review from a team as a code owner April 25, 2024 17:49
@ipcrm ipcrm merged commit 7ddbd38 into main Apr 25, 2024
11 checks passed
@ipcrm ipcrm deleted the ipcrm/GROW-2895/download-notifier-fix branch April 25, 2024 18:23
@lacework-releng lacework-releng mentioned this pull request Apr 29, 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.

2 participants