Comparing version 1.2.9 to 1.2.10
{ | ||
"name": "imq", | ||
"version": "1.2.9", | ||
"version": "1.2.10", | ||
"description": "Simple JSON-based messaging queue for inter service communication", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -592,3 +592,3 @@ "use strict"; | ||
this.reader.removeAllListeners(); | ||
this.reader.end(false); | ||
this.reader.quit(); | ||
this.reader.unref(); | ||
@@ -613,3 +613,3 @@ delete this.reader; | ||
this.watcher.removeAllListeners(); | ||
this.watcher.end(false); | ||
this.watcher.quit(); | ||
this.watcher.unref(); | ||
@@ -622,3 +622,3 @@ delete this.watchers[this.redisKey]; | ||
this.writer.removeAllListeners(); | ||
this.writer.end(false); | ||
this.writer.quit(); | ||
this.writer.unref(); | ||
@@ -625,0 +625,0 @@ delete RedisQueue.writers[this.redisKey]; |
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
72913