mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 16:02:26 +08:00
优化登录、离线、服务器重启等会话连接问题
This commit is contained in:
@@ -49,7 +49,6 @@ func Run(ctx context.Context, configFile string) error {
|
||||
defer messageQueue.Close()
|
||||
|
||||
gameManager := game.NewGameManager(db, messageQueue)
|
||||
gameManager.Start()
|
||||
defer gameManager.Stop()
|
||||
|
||||
c := make(chan os.Signal, 1)
|
||||
|
||||
Reference in New Issue
Block a user