From a8fb34ea1485f1c7c059d5db1c239aca6ba2f2dd Mon Sep 17 00:00:00 2001 From: cubedro Date: Thu, 2 Apr 2015 18:23:14 +0300 Subject: [PATCH] fixed ping conflict --- lib/node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node.js b/lib/node.js index a4c4051..cea4b4c 100644 --- a/lib/node.js +++ b/lib/node.js @@ -359,7 +359,7 @@ Node.prototype.update = function() Node.prototype.ping = function() { - this.emit('ping', ''); + this.emit('node-ping', ''); }; Node.prototype.setWatches = function()