去掉Web Server进程间通信调试代码

This commit is contained in:
John
2018-05-11 23:31:35 +08:00
parent 3c5ed69f23
commit 99403ffc4b

View File

@ -31,7 +31,6 @@ func onCommChildStart(pid int, data []byte) {
GetServer(k).startServer(v)
}
} else {
fmt.Println(serverMapping)
serverMapping.RLockFunc(func(m map[string]interface{}) {
for _, v := range m {
v.(*Server).startServer(nil)