Comparing version 1.2.0 to 1.2.1
@@ -601,10 +601,10 @@ /* | ||
delete (fsm.p_initq_node); | ||
} | ||
if (newState === 'idle') { | ||
self.emit('connectedToBackend', key, fsm); | ||
if (newState === 'idle') { | ||
self.emit('connectedToBackend', key, fsm); | ||
if (self.p_dead[key] !== undefined) { | ||
delete (self.p_dead[key]); | ||
self.rebalance(); | ||
} | ||
if (self.p_dead[key] !== undefined) { | ||
delete (self.p_dead[key]); | ||
self.rebalance(); | ||
} | ||
@@ -611,0 +611,0 @@ } |
{ | ||
"name": "cueball", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
155690