...
在webman中,开启自定义进程 在onWorkerStart中,使用 while (true)来达到实时消费的目的 阿里云MNS文档 while (true) { try { pcntl_signal(SIGINT, function () { Worker::stopAll(); });...