Phuong Pham

Results 1 issues of Phuong Pham

The [WebfilesServer](https://github.com/bazelbuild/rules_closure/blob/master/java/io/bazel/rules/closure/webfiles/server/WebfilesServer.java) currently lacks a shutdown method. Simply shutting down the ExecutorService that runs the server doesn't work: ``` public static void main(String[] args) throws Exception { ExecutorService executor =...