Comparing version 0.12.2 to 0.12.3
@@ -385,2 +385,5 @@ "use strict"; | ||
if (err) { | ||
if (err.code === 'ECONNREFUSED') { | ||
self.emit("failed", err); | ||
} | ||
self._recoverNetworkError(); | ||
@@ -387,0 +390,0 @@ } else if (body) { |
{ | ||
"name": "xolvio-ddp", | ||
"version": "0.12.2", | ||
"version": "0.12.3", | ||
"description": "Node.js module to connect to servers using DDP protocol.", | ||
@@ -5,0 +5,0 @@ "author": "Tom Coleman <tom@thesnail.org> (http://tom.thesnail.org)", |
51732
1009