harcon-amqp
Advanced tools
Comparing version 9.2.17 to 9.2.18
let _ = require('isa.js') | ||
let rabbit = require('rabbit.js.ng') | ||
let Harcon = require('harcon') | ||
let { MODE_REQUEST } = require('harcon/lib/Communication') | ||
let Barrel = Harcon.Barrel | ||
@@ -297,3 +299,3 @@ let Communication = Harcon.Communication | ||
if (!this.ignorePresense && (!this.presences || !this.presences[ comm.division ] || !this.presences[ comm.division ][ entityName ]) ) { | ||
if (!this.ignorePresense && comm.mode === MODE_REQUEST && (!this.presences || !this.presences[ comm.division ] || !this.presences[ comm.division ][ entityName ]) ) { | ||
await Proback.until( () => { | ||
@@ -300,0 +302,0 @@ return self.presences && self.presences[ comm.division ] && self.presences[ comm.division ][ entityName ] |
{ | ||
"name": "harcon-amqp", | ||
"version": "9.2.17", | ||
"version": "9.2.18", | ||
"description": "AMQP plugin for the harcon messaging/service bus of node-based enterprise entities.", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
"clerobee": "^1.0.1", | ||
"harcon": "^9.2.25", | ||
"harcon": "^9.2.26", | ||
"isa.js": "^2.2.12", | ||
@@ -31,0 +31,0 @@ "proback.js": "^2.1.10", |
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
40278
1014
Updatedharcon@^9.2.26