phone
Este commit está contenido en:
padre
862fee0cf3
commit
50a47fcf6d
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
|
|
@ -122,7 +122,6 @@ function deletePlayer(socket){
|
|||
}
|
||||
|
||||
function recievemessage(msg, socket){
|
||||
console.log(msg, socket.id)
|
||||
broadcast(JSON.stringify(msg), socket.id);
|
||||
}
|
||||
|
||||
|
|
@ -168,7 +167,7 @@ wss.on('connection', (socket, req) => {
|
|||
break;
|
||||
}
|
||||
}catch(e){
|
||||
console.log(e);
|
||||
console.log('error');
|
||||
}
|
||||
|
||||
});
|
||||
|
|
|
|||
Cargando…
Referenciar en una nueva incidencia