We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Specifically: https://github.com/Factual/durable-queue/blob/master/src/durable_queue.clj#L731
It looks like put! will always evaluate to nil, not to true/false based on whether or not the put times out.
put!
The text was updated successfully, but these errors were encountered:
Hmm, not sure how that got in there. Thanks.
Sorry, something went wrong.
seems like same with #4, and it's fixed now with 0.1.3.
This issue can be safely closed as it has been fixed in the code-base via e5e069d 8 years ago.
No branches or pull requests
Specifically: https://github.com/Factual/durable-queue/blob/master/src/durable_queue.clj#L731
It looks like
put!
will always evaluate to nil, not to true/false based on whether or not the put times out.The text was updated successfully, but these errors were encountered: