mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-15 16:34:44 +08:00
补充http服务
This commit is contained in:
@@ -66,9 +66,8 @@ func (s *cserver) Start() {
|
||||
|
||||
log.Println(http.ListenAndServe("localhost:6060", nil))
|
||||
}()
|
||||
|
||||
service.InstanceServiceMgr().Start(s.exit, s.waitGroup)
|
||||
cluster.InstanceClusterMgr().Start()
|
||||
service.InstanceServiceMgr().Start(s.exit, s.waitGroup)
|
||||
|
||||
select {
|
||||
case <-s.sigs:
|
||||
|
||||
Reference in New Issue
Block a user