From 2156bf9e17073f5dd7b9468a237ab81388311f8a Mon Sep 17 00:00:00 2001 From: arshiam2 <arshiam2@illinois.edu> Date: Sun, 7 Oct 2018 20:44:57 -0500 Subject: [PATCH] wip --- machine/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/machine/index.js b/machine/index.js index e0e36bb..d08ca62 100644 --- a/machine/index.js +++ b/machine/index.js @@ -124,6 +124,7 @@ function updateStatuses() { const message = Buffer.from(`dead ${connection}`); console.log(message.toString()) console.log(Date.now() - connections[connection].timestamp) + console.log(machineToIps["1"]) socket.send( message, -- GitLab