globalcache
Advanced tools
Comparing version 2.3.0 to 2.4.0
@@ -177,3 +177,9 @@ var util = require('util'), | ||
}; | ||
this.disconnect = this.end = this.destroy = function (callback) { | ||
if (this.socket) | ||
this.socket.end(); | ||
messageQueue.clear(); | ||
callbacks.clear(); | ||
} | ||
this.send = function (input, done) { | ||
@@ -180,0 +186,0 @@ if (!input) throw new Error('Missing input'); |
@@ -43,3 +43,3 @@ { | ||
}, | ||
"version": "2.3.0" | ||
"version": "2.4.0" | ||
} |
17555
267