testing id number chat

master
louisa 12 months ago
parent 17d7285aa4
commit ecb77e7b46

@ -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) => {

Loading…
Cancel
Save