This commit is contained in:
aozhiwei 2023-09-07 12:07:48 +08:00
parent 1a3d51af59
commit adf79d1253
3 changed files with 3 additions and 4 deletions

View File

@ -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()
}

View File

@ -1,4 +1,3 @@
package main
var app = new(App)
var handlerMgr = new(HandlerMgr)

View File

@ -1,4 +1,4 @@
package main
package listener
import (
"cs"