Skip to content

Commit

Permalink
getting rid of stopping ttdi receiver (#1235)
Browse files Browse the repository at this point in the history
  • Loading branch information
meghan-bailey authored Sep 10, 2024
1 parent 149b6d0 commit 817a070
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/core/util/hive/kernelcr.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,6 @@ func (pluginHandler *PluginHandler) PluginserviceStop(driverConfig *eUtils.Drive
driverConfig.CoreConfig.Log.Printf("Sending stop message to plugin: %s\n", pluginName)
pluginHandler.sender <- core.PLUGIN_EVENT_STOP
driverConfig.CoreConfig.Log.Printf("Stop message successfully sent to plugin: %s\n", pluginName)
pluginHandler.ttdi_receiver <- nil
driverConfig.CoreConfig.Log.Printf("Stopped dataflow statistic receiver for: %s\n", pluginName)
PluginMods[pluginName] = nil
pluginHandler.IsRunning = false
}
Expand Down

0 comments on commit 817a070

Please sign in to comment.