From ecb77e7b464374d85b9de8c3f3a959b05b76411c Mon Sep 17 00:00:00 2001 From: louisa Date: Mon, 10 Jul 2023 11:29:54 +0200 Subject: [PATCH] testing id number chat --- app.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app.js b/app.js index ffd70dd..8c928ca 100644 --- a/app.js +++ b/app.js @@ -59,10 +59,10 @@ io.on('connection', function(socket) { var oscmsg = { address: "/silentserver", args: [ - // { - // type: "s", - // value: "user" - // }, + { + type: "s", + value: "06732" + }, { type: "s", value: msg @@ -70,7 +70,7 @@ io.on('connection', function(socket) { ] }; - udpPort.send(oscmsg); + udpPort.send(msg); }); socket.on('userposition', (msg) => {