From fc5a93134e6fdf9e3cdf2bdaedbd8a732224a2cb Mon Sep 17 00:00:00 2001 From: luying Date: Tue, 6 Sep 2022 15:15:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game-server/app.ts b/game-server/app.ts index e845083ce..21ec24e54 100644 --- a/game-server/app.ts +++ b/game-server/app.ts @@ -148,9 +148,9 @@ app.configure(ALL_ENVS, 'gm', function () { app.configure(ALL_ENVS, 'systimer', function () { app.event.on('start_all', async (servers) => { + redisService.redisSubScribe(); await redisService.initAllRank(); await timeTaskService.init(); - redisService.redisSubScribe(); }); });