Closed simonpahl closed 6 months ago
@simonpahl is this ready for review or keeping it in draft is intentional ?
@simonpahl is this ready for review or keeping it in draft is intentional ?
@simonpahl ?
sorry i was not available for a week
sorry i was not available for a week
plz adjust commit message, so corresponding #67 will be closed after merging this
I mentioned the issue number in the commit. Will this suffice?
I mentioned the issue number in the commit. Will this suffice?
no, its not enough for auto closing
Thanks @simonpahl Available in 0.8.1
This PR cancels BackgroundRefresh goroutines in the case when a plugin is instantiated with the same name. This happens e.g. when a watched config has a change.
This will not prevent the leak if the Plugin is deleted from a config or will be renamed, but it will prevent leaks from changes in a config that have nothing to do with the plugin.