
Checkpoint
./server.js:13690106/22
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -33,7 +33,7 @@ server.on('upgrade', async function (request, socket, head) { | ... | @@ -33,7 +33,7 @@ server.on('upgrade', async function (request, socket, head) { |
33 | ws: { noServer: true, path: pathname, web: gun.server }, | 33 | ws: { noServer: true, path: pathname, web: gun.server }, |
34 | web: gun.server | 34 | web: gun.server |
35 | }); | 35 | }); |
36 | gun.gun.on("in", function(msg) { console.log('got',msg) }); | 36 | // gun.gun.on("in", function(msg) { console.log('got',msg ) }); |
37 | lru.set(pathname,gun); | 37 | lru.set(pathname,gun); |
38 | } | 38 | } |
39 | } | 39 | } | ... | ... |
-
Please register or sign in to post a comment