Comparing version 3.2.0 to 3.3.0
@@ -276,3 +276,3 @@ | ||
var retry = self.retry || self.get('retry timeout'); | ||
if (retry === 0) return; | ||
if (retry === 0) return self.emit('close'); | ||
setTimeout(function(){ | ||
@@ -279,0 +279,0 @@ debug('attempting reconnect'); |
{ | ||
"name": "pm2-axon", | ||
"description": "High-level messaging & socket patterns implemented in pure js", | ||
"version": "3.2.0", | ||
"version": "3.3.0", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "TJ Holowaychuk", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43446
28