@5minds/node-red-contrib-processcube-amqp
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -7,2 +7,3 @@ const AMQPConnection = require('./amqp-connection'); | ||
this.connectionString = n.connectionString; | ||
const node = this; | ||
@@ -9,0 +10,0 @@ this.connection = new AMQPConnection(this.connectionString); |
@@ -55,2 +55,3 @@ const amqplib = require('amqplib'); | ||
} catch (e) { | ||
console.log(e); | ||
await sleep(500); | ||
@@ -57,0 +58,0 @@ } |
{ | ||
"name": "@5minds/node-red-contrib-processcube-amqp", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Node-RED nodes for AMQP", |
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
96937
1456