Hey! I'm debugging a goroutine leak in an applicat...
# automation-api
f
Hey! I'm debugging a goroutine leak in an application using the Automation API and have a suspect line. To me it looks like this
pulumi.Context
is never closed. Is there something I'm missing here or is this actually leaking a couple of GRPC connections? https://github.com/pulumi/pulumi/blob/1b2470db221167ec4e998e226b1c5338e1f26c7b/sdk/go/auto/stack.go#LL1162
l
I would definitely encourage you to open an issue github.com/pulumi/pulumi/issues/new that describes what you're seeing.
f
Done. Putting it here too for reference. https://github.com/pulumi/pulumi/issues/12463