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

Fixing Specs so that they now pass, which could have caused travis-ci to... #339

Merged
merged 1 commit into from Apr 18, 2014

Conversation

scouttyg
Copy link
Member

... keep failing

@@ -34,7 +34,10 @@
ActiveUsers.remove_by_client_id(client_id)
end

Thread.new {faye_server.listen(ENV['KANDAN_FAYE_PORT'].to_i)}
Thread.new {
EM.run
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we don't have this in there, we get errors when we run the specs that say:

     RuntimeError:
       eventmachine not initialized: evma_install_oneshot_timer

This was prevalent before, as seen here:

#322

If we don't have EM run in the thread, Faye will have trouble working

@scouttyg
Copy link
Member Author

By adding in these changes, we can get all the specs to pass, which will help travis-ci stop having so many issues. We also need to refresh the heroku install, because the demo app on Heroku is broken.

@fusion94
Copy link
Member

Merging...in regards to demo server see: #338

Will get that done tonight after work

fusion94 added a commit that referenced this pull request Apr 18, 2014
Fixing Specs so that they now pass, which could have caused travis-ci to...
@fusion94 fusion94 merged commit 366baf2 into kandanapp:master Apr 18, 2014
@fusion94
Copy link
Member

@scouttyg also please send me an intro email to fusion94 AT gmail

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

Successfully merging this pull request may close these issues.

None yet

2 participants