Comparing version 2.0.0-25 to 2.0.0-26
@@ -125,2 +125,3 @@ /* | ||
max?: number, | ||
noMuxRequests?: boolean, | ||
timeout?: number | ||
@@ -127,0 +128,0 @@ } |
@@ -1585,3 +1585,3 @@ /* | ||
} | ||
if (this.options.noMuxRequests) { | ||
if (this.options.noMuxRequests || opts.noMuxRequests) { | ||
opts.expected = opts.expected || opts.max | ||
@@ -1588,0 +1588,0 @@ const inbox = this.createInbox() |
{ | ||
"name": "nats", | ||
"version": "2.0.0-25", | ||
"version": "2.0.0-26", | ||
"description": "Node.js client for NATS, a lightweight, high-performance cloud native messaging system", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
119891
2391