livereload-jvm
livereload-jvm copied to clipboard
Using jetty 9.2 (without the aggregation feature)
Could you review the FIXME about the commented code in LRWebSocketHandler?
I'll add the aggregation feature later on.
Fixing #7
Can you also rename 'LOG' to 'logger'. I don't use (no longer) the variable name to tell if "variable" is mutable or immutable, constant or not. (and LOG is not immutable, state free, ...)
For the functionnal part (FIXME,...) there are lot of change, that will require more time to review, test. So I'll merge the change and I'll test it locally (after you made the requested modification, above).
Thanks.