mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-03 22:45:13 +08:00
优化服务释放回调
This commit is contained in:
@@ -194,7 +194,6 @@ func (s *Service) Run() {
|
|||||||
if atomic.AddInt32(&s.goroutineNum,-1)<=0 {
|
if atomic.AddInt32(&s.goroutineNum,-1)<=0 {
|
||||||
s.startStatus = false
|
s.startStatus = false
|
||||||
s.Release()
|
s.Release()
|
||||||
s.OnRelease()
|
|
||||||
}
|
}
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user