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

Websocket not responding on Heroku in production mode #411

Open
porta8080 opened this issue May 17, 2016 · 0 comments
Open

Websocket not responding on Heroku in production mode #411

porta8080 opened this issue May 17, 2016 · 0 comments

Comments

@porta8080
Copy link

Everything works fine in development in localhost, Rails version is 4.2.6. But only connection is established when I'm working in production mode on Heroku. Rails version is 4.2.1.

I receive this on console after dispatcher.on_open

Connection has been established: Object {connection_id: "239cfd5f-6e2d-48f3-a5e1-cdc2f686bfb3"}

After that I keep sending data, but receiving nothing back

...
["get_sessions",null,{"id":110523}] 35
10:08:59.066
["get_sessions",null,{"id":99775}] 34
10:09:09.067
["get_sessions",null,{"id":99688}] 34
10:09:20.066
["get_sessions",null,{"id":99662}] 34
10:09:31.066
["get_sessions",null,{"id":97249}] 34
10:09:42.066
["get_sessions",null,{"id":116865}] 35
10:09:52.067
["get_sessions",null,{"id":94010}]

My configuration file is as default.

Any insights on what it could be?

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

No branches or pull requests

1 participant