agent
agent copied to clipboard
Fix goroutine leak in local.file
PR Description
Call UpdateArgs instead of Update in the New() function to avoid starting goroutines before Run() is called
Which issue(s) this PR fixes
Fixes #6341
Notes to the Reviewer
PR Checklist
- [ ] CHANGELOG.md updated