-
Notifications
You must be signed in to change notification settings - Fork 31
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
Update to Clojure 1.8 - byte-streams 0.2.2 #10
Comments
@drbobbeaty - Just curious. I am using durable-queue, and am using 1.9.0-alpha10. Haven't seen anything weird for small runs. What do you mean by "isn't working well?" Thanks. |
That the version of That's it. Just the version, as I've noted. |
What is the issue you're seeing, specifically? I wouldn't have guessed
|
Sorry... just saw this... There is no breaking issue with the code. This is simply a The code runs, but in a large project, it's a little more maintenance than necessary. |
I'm starting to work with this library and Clojure 1.8.0, and as-is, this isn't working well - but if I preload the
byte-streams
v0.2.2 andexclude
that fromdurable-queues
, then it seems to work just fine.I would suggest upgrading to
[byte-streams "0.2.2"]
in this project, and then it should be fine.The text was updated successfully, but these errors were encountered: