smrchy/rsmq

maxsize in rsmq.createQueueAsync not working

Opened this issue · 2 comments

Here is my code

await rsmq.createQueueAsync({ qname: config.queue_name, maxsize: -1 });

I passed maxsize as -1 but it still considers as 65536

@smrchy Have you had a chance to look into this issue? Thank!

I created a test for this. See the commit above and could not reproduce this. Can you reproduce this behaviour?