7914c1a1 by Glitch (hello-express)

:airplane::convenience_store: Checkpoint

./server.js:13690106/44
1 parent 8a72f4ce
1 {"j":{"ack\u001bname":{"":{":":"Jack",">":1587037784462}},"ill\u001bname":{"":{":":"Jill",">":1587037784464.001}}},"zero":{"1\u001bname":{"":{":":"Jack",">":1587038341751}},"2\u001bname":{"":{":":"Jill",">":1587038341752.001}}}}
...\ No newline at end of file ...\ No newline at end of file
1 {"j":{"ack\u001bname":{"":{":":"Jack",">":1587037784462}},"ill\u001bname":{"":{":":"Jill",">":1587037784464.001}}},"zero":{"1\u001bname":{"":{":":"Jack",">":1587039735128}},"2\u001bname":{"":{":":"Jill",">":1587039735132.001}}}}
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -42,7 +42,7 @@ server.on('upgrade', async function (request, socket, head) { ...@@ -42,7 +42,7 @@ server.on('upgrade', async function (request, socket, head) {
42 console.log('handle connection...'); 42 console.log('handle connection...');
43 //ws.emit('connection', socket); 43 //ws.emit('connection', socket);
44 gun.server.handleUpgrade(request, socket, head, function (ws) { 44 gun.server.handleUpgrade(request, socket, head, function (ws) {
45 console.log('connecting to gun.. ') 45 console.log('connecting to gun.. ', gun.gun.opt().opt )
46 gun.server.emit('connection', ws, request); 46 gun.server.emit('connection', ws, request);
47 }); 47 });
48 48
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!