Jane

Results 1 comments of Jane

get the same problems, the java process somehow respawns as a standalone process. `await this.findAvailablePort(PRINT_SERVER_PORT); const childPrintProcess = child_process.spawn('cmd.exe', [ '/c', jrePath, '-jar', '-Dfile.encoding=UTF-8', `-Dserver.port=${this.availablePort}`, '-Ddisable.waiter=merge_table,temp_dish,campaign_dish,old_combo,member_center,full_reduce,charge_quit', '-Ddisable.link.upgrade=true', printServicePath, ]); this.printSocketProcess...