mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
commit
fdf08154ba
4
gun.js
4
gun.js
@ -1350,7 +1350,7 @@
|
||||
if(res.body || res.end){ delete r.ws.cbs[req.headers['ws-rid']] }
|
||||
cb(err,res);
|
||||
}
|
||||
ws.send(JSON.stringify(req));
|
||||
ws.send(JSON.stringify(req),function(err){})
|
||||
return true;
|
||||
}
|
||||
if(ws === false){ return }
|
||||
@ -1474,4 +1474,4 @@
|
||||
}());
|
||||
if(typeof window !== "undefined"){ Gun.request = request }
|
||||
if(typeof module !== "undefined" && module.exports){ module.exports.request = request }
|
||||
}.bind(this || module)({}));
|
||||
}.bind(this || module)({}));
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gun",
|
||||
"version": "0.3.992",
|
||||
"version": "0.3.993",
|
||||
"description": "Graph engine",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user