1
This commit is contained in:
parent
17ea527dba
commit
ec7c4797e9
@ -6,6 +6,7 @@ server.on('message', (msg, rinfo) => {
|
||||
console.log('rinfo.address = ' + rinfo.address);
|
||||
console.log('rinfo.port = ' + rinfo.port);
|
||||
console.log(msg.toString());
|
||||
server.send(msg, rinfo.port, rinfo.address);
|
||||
});
|
||||
|
||||
server.on('listening', () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user