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

[12.0-stable] pillar/devicenetwork: fix goroutine leak #4424

Conversation

christoph-zededa
Copy link
Contributor

introduced in 8573372

without this fix, the goroutine is blocked by trying to send into a channel that has no receiver

Signed-off-by: Christoph Ostarek christoph@zededa.com
(cherry picked from commit d93cf8b)

introduced in 8573372

without this fix, the goroutine is blocked by trying to send
into a channel that has no receiver

Signed-off-by: Christoph Ostarek <christoph@zededa.com>
(cherry picked from commit d93cf8b)
use fancy uber leak checker to check for leaks
which have been fixed in the commit before

Signed-off-by: Christoph Ostarek <christoph@zededa.com>
(cherry picked from commit 145e98e)
@OhmSpectator OhmSpectator merged commit ba6243f into lf-edge:12.0-stable Nov 6, 2024
13 of 15 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.

2 participants