Comparing version 0.0.54 to 0.0.55
@@ -566,4 +566,4 @@ 'use strict' | ||
console.log('failed',this.data.failed.length, e); | ||
await this.InitConnection({initiator: true}, false); | ||
await Util.Sleep(5000); | ||
// await this.InitConnection({initiator: true}, false); | ||
// await Util.Sleep(5000); | ||
@@ -751,2 +751,8 @@ break; | ||
} | ||
this.GetAliveConnectionCount().then(count => { | ||
if(count < this.threadCount) { | ||
this.InitConnection({initiator: true}, false); | ||
} | ||
}); | ||
}, 1000); | ||
@@ -753,0 +759,0 @@ } catch (e) { |
{ | ||
"name": "guardee", | ||
"version": "0.0.54", | ||
"version": "0.0.55", | ||
@@ -5,0 +5,0 @@ "description": "Guardee Wallet API", |
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
48010
1269