7914c1a1 by Glitch (hello-express)

:airplane::convenience_store: Checkpoint

./server.js:13690106/44
1 parent 8a72f4ce
{"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
{"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
......
......@@ -42,7 +42,7 @@ server.on('upgrade', async function (request, socket, head) {
console.log('handle connection...');
//ws.emit('connection', socket);
gun.server.handleUpgrade(request, socket, head, function (ws) {
console.log('connecting to gun.. ')
console.log('connecting to gun.. ', gun.gun.opt().opt )
gun.server.emit('connection', ws, request);
});
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!