TODO : goroutine leak resolve
authorjaehoon.hyun <jaehoon.hyun@samsung.com>
Wed, 27 Mar 2019 07:32:41 +0000 (16:32 +0900)
committerjaehoon.hyun <jaehoon.hyun@samsung.com>
Wed, 27 Mar 2019 07:32:41 +0000 (16:32 +0900)
src/configuremgr/watchConfPath.go

index 880fa96..8e955d3 100644 (file)
@@ -72,6 +72,7 @@ func (cfgMgr *ConfigureMgr) Watch(path string) {
   }
   defer watcher.Close()
 
+  //TODO : goroutine leak resolve
   go func() {
     for {
       select {