老师您好:
我在linux环境下搭建了mediasoup后公司现场要求必须在windows环境再搭建一个mediasoup服务,服务搭建好后我发现在我们很多的开发电脑中都能正常跑,但是换到测试电脑上就报出
mediasoup-demo-server:INFO running 4 mediasoup Workers... +0ms
mediasoup:ERROR:Worker worker process failed unexpectedly [pid:5640, code:3221225781, signal:null] +0ms
(node:4620) UnhandledPromiseRejectionWarning: Error: [pid:5640, code:3221225781, signal:null]
at ChildProcess.<anonymous> (C:\Users\Administrator\Desktop\新建文件夹\server\node_modules\mediasoup\node\lib\Worker.js:143:43)
at ChildProcess.emit (events.js:196:13)
at ChildProcess.EventEmitter.emit (domain.js:471:20)
at Process.ChildProcess._handle.onexit (internal/child_process.js:256:12)
(node:4620) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:4620) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
这样的一个异常,我怀疑是否跟电脑核心数有关,因为开发电脑都是4核I7的而测试电脑是双核I5的其他没有找到什么不同之处,请老师指导这个问题如何破 非常感谢。