mirror of
https://github.com/amark/gun.git
synced 2025-06-05 21:56:51 +00:00
fix via @zrrrzzt @nalbina @d3x0r @Stefdv !
This commit is contained in:
parent
3f70fa9782
commit
ca6eecffa5
@ -35,6 +35,7 @@ Gun.on('opt', function mount(ctx){
|
|||||||
ctx.on('bye', peer);
|
ctx.on('bye', peer);
|
||||||
Gun.obj.del(opt.peers, wire.id);
|
Gun.obj.del(opt.peers, wire.id);
|
||||||
});
|
});
|
||||||
|
wire.on('error', function(e){});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "gun",
|
"name": "gun",
|
||||||
"version": "0.9.6",
|
"version": "0.9.7",
|
||||||
"description": "Graph engine",
|
"description": "Graph engine",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"browser": "gun.min.js",
|
"browser": "gun.min.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user