From 082ac20411c5327257e6aa92a849d5623a398414 Mon Sep 17 00:00:00 2001 From: Oscar Cowdery Lack Date: Mon, 28 Aug 2023 12:48:51 +1000 Subject: [PATCH] Fix PullConsumerMessagesImpl not respecting inboxPrefix --- jetstream/consumer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jetstream/consumer.ts b/jetstream/consumer.ts index 50bfae46..8ccf42f0 100644 --- a/jetstream/consumer.ts +++ b/jetstream/consumer.ts @@ -250,7 +250,7 @@ export class PullConsumerMessagesImpl extends QueuedIteratorImpl this.refilling = refilling; this.stack = new Error().stack!.split("\n").slice(1).join("\n"); this.timeout = null; - this.inbox = createInbox(); + this.inbox = createInbox(c.api.nc.options.inboxPrefix); this.listeners = []; const {