@highoutput/amqp
Advanced tools
Comparing version 0.5.5 to 0.5.6
@@ -127,5 +127,8 @@ "use strict"; | ||
if (this.receiver && this.receiver.is_open()) { | ||
this.receiver.set_credit_window(0); | ||
} | ||
await this.asyncGroup.wait(); | ||
if (this.receiver && this.receiver.is_open()) { | ||
await util_1.closeReceiver(this.receiver); | ||
} | ||
await this.asyncGroup.wait(); | ||
await Promise.all(Array.from(this.senders.values()).map(async (promise) => { | ||
@@ -132,0 +135,0 @@ const sender = await promise; |
{ | ||
"name": "@highoutput/amqp", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"description": "A simplified abstraction of the AMQP 1.0 protocol", | ||
@@ -18,3 +18,3 @@ "keywords": [ | ||
"test": " TS_NODE_PROJECT=tsconfig.json TS_NODE_FILES=true cucumber-js -p default", | ||
"test:only": "DEBUG=error*,verbose*,silly*,warn* TS_NODE_PROJECT=tsconfig.json TS_NODE_FILES=true cucumber-js -p only", | ||
"test:only": "DEBUG=*response*,-*client* TS_NODE_PROJECT=tsconfig.json TS_NODE_FILES=true cucumber-js -p only", | ||
"clean": "rimraf build/", | ||
@@ -29,5 +29,6 @@ "build": "npm run clean && tsc --project tsconfig.json", | ||
"@types/chai": "^4.2.7", | ||
"@types/chance": "^1.1.0", | ||
"@types/cucumber": "^6.0.0", | ||
"@types/node": "^13.7.0", | ||
"@types/ramda": "^0.26.41", | ||
"@types/ramda": "^0.27.6", | ||
"@types/serialize-error": "^4.0.1", | ||
@@ -47,2 +48,3 @@ "@types/uuid": "^3.4.6", | ||
"@highoutput/logger": "^0.2.3", | ||
"chance": "^1.1.6", | ||
"ramda": "^0.27.0", | ||
@@ -56,3 +58,3 @@ "rhea": "git+ssh://git@github.com/HighOutputVentures/rhea.git#semver:~1.1.1", | ||
}, | ||
"gitHead": "00381c5392a5ce38f2092785f5eb3f574bd183fd" | ||
"gitHead": "86223d225fd59f1c19501cf4bae39696c03da766" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
66830
842
9
13
+ Addedchance@^1.1.6
+ Addedchance@1.1.12(transitive)