From b1d39c4690ee997b406cd1dee1ff00f893315628 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Thu, 11 Jun 2020 14:13:13 +0200 Subject: [PATCH] More logs --- front/src/Phaser/Game/GameManager.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/front/src/Phaser/Game/GameManager.ts b/front/src/Phaser/Game/GameManager.ts index ae31ed3c..8dbceec9 100644 --- a/front/src/Phaser/Game/GameManager.ts +++ b/front/src/Phaser/Game/GameManager.ts @@ -188,6 +188,7 @@ export class GameManager { private timeoutCallback: NodeJS.Timeout|null = null; reconnectToGameScene(lastPositionShared: PointInterface): void { if (this.timeoutCallback !== null) { + console.log('Reconnect called but setTimeout in progress for the reconnection'); return; } if (this.reconnectScene === null) {