harcon-amqp
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -37,5 +37,2 @@ 'use strict' | ||
socket.on('data', function ( message ) { | ||
if ( self.expAck ) | ||
socket.ack() | ||
var comm = JSON.parse( message ) | ||
@@ -48,2 +45,5 @@ | ||
if ( self.expAck ) | ||
socket.ack() | ||
if ( !interested ) return false | ||
@@ -50,0 +50,0 @@ self.innerProcessAmqp( comm ) |
{ | ||
"name": "harcon-amqp", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "AMQP plugin for the harcon messaging/service bus of node-based enterprise entities.", | ||
@@ -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