()
| 180 | } |
| 181 | |
| 182 | initEngineClient () { |
| 183 | const port = this.configManager.getSystemConfig('rpc-listen-port') |
| 184 | const secret = this.configManager.getSystemConfig('rpc-secret') |
| 185 | this.engineClient = new EngineClient({ |
| 186 | port, |
| 187 | secret |
| 188 | }) |
| 189 | } |
| 190 | |
| 191 | initAutoLaunchManager () { |
| 192 | this.autoLaunchManager = new AutoLaunchManager() |