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

pillar/devicenetwork: fix goroutine leak #4409

Merged

Commits on Nov 5, 2024

  1. pillar/devicenetwork: fix goroutine leak

    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 <[email protected]>
    christoph-zededa committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    af161e6 View commit details
    Browse the repository at this point in the history
  2. pillar/devicenetwork: goroutine leak test

    use fancy uber leak checker to check for leaks
    which have been fixed in the commit before
    
    Signed-off-by: Christoph Ostarek <[email protected]>
    christoph-zededa committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    6bf74f5 View commit details
    Browse the repository at this point in the history