Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maxsize in rsmq.createQueueAsync not working #106

Open
darrenli2 opened this issue Jan 28, 2020 · 2 comments
Open

maxsize in rsmq.createQueueAsync not working #106

darrenli2 opened this issue Jan 28, 2020 · 2 comments

Comments

@darrenli2
Copy link

darrenli2 commented Jan 28, 2020

Here is my code

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

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

@darrenli2
Copy link
Author

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

smrchy added a commit that referenced this issue May 8, 2020
@smrchy
Copy link
Owner

smrchy commented May 8, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants