Revert "Create and send close message"

This reverts commit 7ac4a2b849.

# Conflicts:
#	back/src/Controller/IoSocketController.ts
#	back/src/Services/SocketManager.ts
#	front/src/Phaser/Game/GameScene.ts
This commit is contained in:
Gregoire Parant 2020-10-22 01:46:41 +02:00
parent f9bb749c56
commit ff9f5cfc32
3 changed files with 1775 additions and 515 deletions

View file

@ -6,7 +6,7 @@
"scripts": {
"tsc": "tsc",
"dev": "ts-node-dev --respawn ./server.ts",
"prod": "tsc && node --max-old-space-size=4096 ./dist/server.js",
"prod": "tsc && node ./dist/server.js",
"profile": "tsc && node --prof ./dist/server.js",
"test": "ts-node node_modules/jasmine/bin/jasmine --config=jasmine.json",
"lint": "node_modules/.bin/eslint src/ . --ext .ts",