Skip to content
New issue

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

Engine.io v2.0.0 crashes cloud9 on access #14

Closed
exsilium opened this issue Jan 29, 2017 · 1 comment
Closed

Engine.io v2.0.0 crashes cloud9 on access #14

exsilium opened this issue Jan 29, 2017 · 1 comment
Assignees
Labels

Comments

@exsilium
Copy link
Collaborator

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.

@exsilium exsilium self-assigned this Jan 29, 2017
@exsilium exsilium added the bug label Jan 29, 2017
@exsilium
Copy link
Collaborator Author

Patch in the works: socketio/engine.io#476

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant