We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dep upgrade of engine.io v2.0.0 crashes Cloud9 when accessing the page with the following:
/Users/exile/Projects/cloud9/node_modules/engine.io/lib/server.js:360 self.ws.handleUpgrade(req, socket, head, function (conn) { TypeError: Cannot read property 'handleUpgrade' of undefined at /Users/exile/Projects/cloud9/node_modules/engine.io/lib/server.js:360:12 at Server.verify (/Users/exile/Projects/cloud9/node_modules/engine.io/lib/server.js:171:3) at Server.handleUpgrade (/Users/exile/Projects/cloud9/node_modules/engine.io/lib/server.js:349:8) at Server.<anonymous> (/Users/exile/Projects/cloud9/plugins-server/c9.smith.io/smith.io.js:229:16) at emitThree (events.js:121:20) at Server.emit (events.js:194:7) at onParserExecuteCommon (_http_server.js:409:14) at HTTPParser.onParserExecute (_http_server.js:377:5)
Found an open filed issue of a possible bug in engine.io: socketio/engine.io#473 - Look into the proposed fix.
The text was updated successfully, but these errors were encountered:
Patch in the works: socketio/engine.io#476
Sorry, something went wrong.
fdd90db
exsilium
No branches or pull requests
Dep upgrade of engine.io v2.0.0 crashes Cloud9 when accessing the page with the following:
Found an open filed issue of a possible bug in engine.io: socketio/engine.io#473 - Look into the proposed fix.
The text was updated successfully, but these errors were encountered: