projects
/
platform
/
core
/
system
/
edge-orchestration.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a17ade
)
TODO : goroutine leak resolve
author
jaehoon.hyun
<jaehoon.hyun@samsung.com>
Wed, 27 Mar 2019 07:32:41 +0000
(16:32 +0900)
committer
jaehoon.hyun
<jaehoon.hyun@samsung.com>
Wed, 27 Mar 2019 07:32:41 +0000
(16:32 +0900)
src/configuremgr/watchConfPath.go
patch
|
blob
|
history
diff --git
a/src/configuremgr/watchConfPath.go
b/src/configuremgr/watchConfPath.go
index 880fa968debb9b88099992308c8845c8eea899c0..8e955d39f759621f26a00dba19a36b8197d238c1 100644
(file)
--- a/
src/configuremgr/watchConfPath.go
+++ b/
src/configuremgr/watchConfPath.go
@@
-72,6
+72,7
@@
func (cfgMgr *ConfigureMgr) Watch(path string) {
}
defer watcher.Close()
+ //TODO : goroutine leak resolve
go func() {
for {
select {