You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
After the Cache server update to 6.2.1 it would exit unexpected in serveral minutes. Here is the error log:
/usr/lib/node_modules/unity-cache-server/lib/cluster_messages.js:24
.then(result => {
^
TypeError: Cannot read property 'then' of undefined
at EventEmitter.cluster.on (/usr/lib/node_modules/unity-cache-server/lib/cluster_messages.js:24:21)
at emitThree (events.js:136:13)
at EventEmitter.emit (events.js:217:7)
at Worker.<anonymous> (internal/cluster/master.js:172:13)
at emitTwo (events.js:126:13)
at Worker.emit (events.js:214:7)
at ChildProcess.Worker.process.on (internal/cluster/worker.js:42:12)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at emit (internal/child_process.js:772:12)