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 880fa968debb9b88099992308c8845c8eea899c0..8e955d39f759621f26a00dba19a36b8197d238c1 100644 (file)
@@ -72,6 +72,7 @@ func (cfgMgr *ConfigureMgr) Watch(path string) {
   }
   defer watcher.Close()
 
+  //TODO : goroutine leak resolve
   go func() {
     for {
       select {