Open asolntsev opened 1 year ago
I found it goes wrong with concurrent loading of static files. I can load one, but I cannot load many "at the same time". Since we serve quite a few files this was (usually CSS and JS assets) this problem shows immediately when I try to run our application using netty4
: many of the static file request never get a response, therefor the browser things it's loading forever.
I found a netty-4.1 branch for Play1, not sure if it is of value, just putting the link here just in case:
https://github.com/aleksandy/play1/commit/f36360665570541b2e7ee33dd71258604c75a401
The bug can be easily reproduced by removing this line in
replay-tests.gradle
:See https://github.com/codeborne/replay/pull/150