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 goroutine leak when reconciling #539

Merged
merged 1 commit into from
Aug 22, 2024

Commits on Jun 10, 2024

  1. Fix goroutine leak when reconciling

    This patch fixes the propagation of context cancellation through the
    call stack. It prevents leaks of channel and goroutine from the
    [terraform provider][provider_code].
    
    Fixes: crossplane-contrib#538
    
    [provider_code]: https://github.com/hashicorp/terraform-provider-google/blob/1d1a50adf64af60815b7a08ffc5e9d3e856d2e9c/google/transport/batcher.go#L117-L123
    
    Signed-off-by: Maxime Vidori <[email protected]>
    IxDay committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    0927b1f View commit details
    Browse the repository at this point in the history