clj-commons / durable-queue

a disk-backed queue for clojure
Eclipse Public License 1.0
384 stars 31 forks source link

put! always evaluating to nil? #5

Open csm opened 9 years ago

csm commented 9 years ago

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.

ztellman commented 9 years ago

Hmm, not sure how that got in there. Thanks.

ktsujister commented 9 years ago

seems like same with #4, and it's fixed now with 0.1.3.

vedang commented 1 year ago

This issue can be safely closed as it has been fixed in the code-base via e5e069d8fc5d28fc11a3ea729bb0213a747104c9 8 years ago.