Comparing version 0.0.66 to 0.0.67
@@ -575,2 +575,3 @@ 'use strict' | ||
try { | ||
if(connection.channel.bufferedAmount > 512 * 1024) continue; | ||
if(connection.status === ConnectionStatus.connected) { | ||
@@ -585,6 +586,9 @@ await connection.Send(sendData).then(res => { | ||
} | ||
console.log('normal',connection.channel.bufferedAmount); | ||
console.log('normal',connection.channel.bufferedAmount, connection.channel.bufferedAmountLowThreshold); | ||
await Util.Sleep(50); | ||
} catch (e) { | ||
console.log('error',connection.channel.bufferedAmount); | ||
console.log('error',connection.channel.bufferedAmount, connection.channel.bufferedAmountLowThreshold); | ||
connection.status = ConnectionStatus.error; | ||
@@ -591,0 +595,0 @@ this.data.send.push(data); |
{ | ||
"name": "guardee", | ||
"version": "0.0.66", | ||
"version": "0.0.67", | ||
@@ -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
49720
1300