@@ 173,7 173,7 @@ public class Server { this.client,
process.getOutput(),
process.getInput(),
- Executors.newCachedThreadPool(),
+ null,
new MessageWrapper()
);
Future<Void> serverDone = this.handle.startListening(); // ???: wait on the returned future?