Comparing version 0.0.65 to 0.0.66
@@ -584,6 +584,6 @@ 'use strict' | ||
} | ||
console.log(connection.channel); | ||
console.log('normal',connection.channel.bufferedAmount); | ||
await Util.Sleep(50); | ||
} catch (e) { | ||
console.log(connection.channel); | ||
console.log('error',connection.channel.bufferedAmount); | ||
connection.status = ConnectionStatus.error; | ||
@@ -590,0 +590,0 @@ this.data.send.push(data); |
{ | ||
"name": "guardee", | ||
"version": "0.0.65", | ||
"version": "0.0.66", | ||
@@ -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
49542