Skip to content

Commit 1cff773

Browse files
committed
fix close server hub 2022-10-08
1 parent 63bde91 commit 1cff773

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

engine/engineImp.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ func (x1 *Engine) Running() {
147147
func init() {
148148
//log.Println("engineImp.go run")
149149
lib.GConfigServer.OnClient = true
150+
lib.MyHub.FnClose()
150151
util.RegInitFunc4Hd(func() {
151152
x1 := NewEngine(&util.Ctx_global, util.GetValAsInt("ScanPoolSize", 5000))
152153
go x1.Running()

0 commit comments

Comments
 (0)