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