Results 2 issues of null

依赖包 node-ipc 要求 node 18 这是把用户当猴耍吧?

快速且多次调用时,job或listener的run方法内如果使用ctx.service或其他自定义扩展,ctx.service有概率是undefined 复现代码如下: ``` // app/controller/home.js const { Controller } = require('egg'); class HomeController extends Controller { async index() { const { ctx } = this; for(let index=0;index