Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

App fails to boot in nodejitsu #954

Merged
merged 1 commit into from
Jan 26, 2013
Merged

Conversation

caridy
Copy link
Contributor

@caridy caridy commented Jan 26, 2013

App fails to boot in nodejitsu due to a callback wrapper that is synthetically created when calling app.listen(8080); in server.js. Apparently this callback interrupts the control, and make the app to hang. To solve the problem, we are removing the wrapper in favor of the original callback or nothing, in other words callback argument for app.listen() is optional now.

@isao
Copy link
Contributor

isao commented Jan 26, 2013

+1

@caridy
Copy link
Contributor Author

caridy commented Jan 26, 2013

Travis is still unstable. One passed, the other fail :(

caridy added a commit that referenced this pull request Jan 26, 2013
Fix for app failures when deploying to nodejitsu.
@caridy caridy merged commit 1e6b4bb into YahooArchive:develop Jan 26, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants