Sébastien Bocq

Results 5 comments of Sébastien Bocq

While digging more into the logs today, I found we had a couple of `FileNotFoundException`s within a `manifold.deferred.Listener.onSuccess` callback, which occurred before we noticed some calls where hanging. Could that...

We downgraded back to `0.4.4` 11 days ago there are no more threads hanging, which suggests a regression on `0.4.6`. Let me know when a new stable release is available...

There it hanged again today with 0.4.4. We'll replace the http client side that uses Aleph with another lib.

We use clj-http. It was a drop-in replacement and we had no more issues since then.

I have the same issue on an internal project, compiled on WSL with `boot 2.7.2`. As a workaround, I use a `lein-generate` task to generate a `project.clj` file from `build.boot`...