floca-amqp-client
Advanced tools
Comparing version 5.3.6 to 5.3.7
@@ -221,4 +221,4 @@ let rabbit = require('rabbit.js') | ||
var realName = path[0] + distinguishPostfix( options.distinguish ) | ||
// originalId, flowId, externalId, sourceDivision, source, division, event, params | ||
let comm = Communication.newCommunication( null, null, clerobee.generate(), self.harconName, self.name, division, realName + SEPARATOR + path[1], params ) | ||
let comm = Communication.newCommunication( null, null, clerobee.generate(), self.harconName, self.name, self.nodeID, division, realName + SEPARATOR + path[1], params ) | ||
comm.expose = true | ||
@@ -231,3 +231,2 @@ if ( options.terms ) | ||
let packet = JSON.stringify( { id: comm.id, comm: comm, callback: true } ) | ||
console.log( '<><><>', path[0] + SEPARATOR + self.nodeID, JSON.stringify( comm ) ) | ||
self.outs[ comm.division ].publish( path[0] + SEPARATOR + self.nodeID, packet, 'utf8') | ||
@@ -234,0 +233,0 @@ } ) |
{ | ||
"name": "floca-amqp-client", | ||
"version": "5.3.6", | ||
"version": "5.3.7", | ||
"description": "AMQP client for floca-based projects", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
15303
355