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 has been archived by the owner on Dec 10, 2018. It is now read-only.
Integrating with Express.js causes the below assertion error:
AssertionError: false == true
at SharedHandle.add (cluster.js:97:3)
at queryServer (cluster.js:480:12)
at Worker.onmessage (cluster.js:438:7)
at ChildProcess.<anonymous> (cluster.js:692:8)
at ChildProcess.emit (events.js:129:20)
at handleMessage (child_process.js:324:10)
at Pipe.channel.onread (child_process.js:352:11)
The configuration currently being used within the express.js file is:
Can confirm this issue too in express 4. Nodejs version I'm using is 0.12.4 but the error persisted for me with 0.12.5 also. Its most probably related to nodejs/node-v0.x-archive#9261. Am waiting for fix (any ETA?) but is there any temporary workaround? I've not yet been able to dig deeper.
Integrating with Express.js causes the below assertion error:
The configuration currently being used within the express.js file is:
The text was updated successfully, but these errors were encountered: