Comparing version 1.0.3 to 1.0.4
1.0.4 / 2013-11-19 | ||
================== | ||
* Merge pull request #3 from nrcmedia/master | ||
* Destroy the gateway connection on error, so reconnection works also when the connection is dropped instead of closed. | ||
1.0.3 / 2013-10-26 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -11,3 +11,3 @@ /*! | ||
exports.version = '1.0.3'; | ||
exports.version = '1.0.4'; | ||
@@ -14,0 +14,0 @@ /*! |
@@ -157,2 +157,3 @@ /*! | ||
debug('(gateway) error: %s', err.message || 'Unspecified Error'); | ||
if (self.gateway) self.gateway.destroy(); | ||
self.emit('gateway:error', err); | ||
@@ -159,0 +160,0 @@ }); |
{ | ||
"name": "apnagent" | ||
, "version": "1.0.3" | ||
, "version": "1.0.4" | ||
, "description": "Node adapter for Apple Push Notification (APN) service." | ||
@@ -5,0 +5,0 @@ , "author": "Jake Luer <jake@qualiancy.com> (http://qualiancy.com)" |
66513
2194