diff --git a/src/adapters/mesh.js b/src/adapters/mesh.js index 121ce070..1de2aa5a 100644 --- a/src/adapters/mesh.js +++ b/src/adapters/mesh.js @@ -193,10 +193,10 @@ function Mesh(ctx){ mesh.say({dam: '?'}, opt.peers[tmp] = peer); } if(!tmp.hied){ ctx.on(tmp.hied = 'hi', peer) } - tmp = peer.queue; peer.queue = []; - Type.obj.map(tmp, function(msg){ - mesh.say(msg, peer); - }); + // tmp = peer.queue; peer.queue = []; + // Type.obj.map(tmp, function(msg){ + // mesh.say(msg, peer); + // }); } mesh.bye = function(peer){ Type.obj.del(opt.peers, peer.id); // assume if peer.url then reconnect