helanhalvan
helanhalvan
Yes, we are using `rebar3_lint`. I found this when trying top map out all the dependencies of the project, including transitive ones. Even if the root issue is in the...
I had an issue with similar symptoms, and it ended up being rails middleware deadlocking. So its not really puma's fault, it sends stuff to the right place, and then...
Updated to the current version of Encore, disabled the cycle detector and re-ran this test. Updated OP to contain the new compiling code. The issue remains.
>1 more worker means 1 more message init(locks) sent, which means tracing of locks upon message sending and message receiving. If this is really the problem, I would expect to...