Commit 4245e3200a01eecfc788ac43b836b97503c8c6bd

Authored by Eric Fernandez
1 parent 5288585325
Exists in master

cambios

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
webSocketServer/index.js
... ... @@ -94,6 +94,7 @@ module.exports = function() {
94 94 req: cuerpo
95 95 };
96 96  
  97 + console.log(`enviando comprobante a cliente ${client} y ${cuerpo}`);
97 98 client.ws.send(JSON.stringify(enviar));
98 99  
99 100 client.ws.on('message', function(message) {