1
This commit is contained in:
parent
1a3d51af59
commit
adf79d1253
@ -21,7 +21,7 @@ func (this *App) Init() {
|
||||
f5.LoadMetaTable(mt.Table)
|
||||
this.registerDataSources()
|
||||
|
||||
handlerMgr.init()
|
||||
//handlerMgr.init()
|
||||
//playerMgr.init()
|
||||
//wspListener.init()
|
||||
//httpListener.init()
|
||||
@ -32,7 +32,7 @@ func (this *App) UnInit() {
|
||||
//roomMgr.unInit()
|
||||
//httpListener.unInit()
|
||||
//playerMgr.unInit()
|
||||
handlerMgr.unInit()
|
||||
//handlerMgr.unInit()
|
||||
//wspListener.unInit()
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
package main
|
||||
|
||||
var app = new(App)
|
||||
var handlerMgr = new(HandlerMgr)
|
||||
|
@ -1,4 +1,4 @@
|
||||
package main
|
||||
package listener
|
||||
|
||||
import (
|
||||
"cs"
|
Loading…
x
Reference in New Issue
Block a user