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

puma 3.4.0 async response must have empty headers and body #417

Open
yellowsun opened this issue Jun 29, 2016 · 0 comments
Open

puma 3.4.0 async response must have empty headers and body #417

yellowsun opened this issue Jun 29, 2016 · 0 comments

Comments

@yellowsun
Copy link

yellowsun commented Jun 29, 2016

Hi,
I'm developing an API system, ruby 2.2, rails 4.2.1 on Elastic Beanstalk. At first, I used Passenger as web server and websocket_rails gem at sync_fixes branch. Everything is perfect.
But now I want to switch to Puma, but I can't get the websocket connection on localhost. Whenever I call "http://localhost:3000/websocket" it throws "Puma caught this error: async response must have empty headers and body (RuntimeError)". I already tried to change to moaa/websocket_rails on threadsocket-rails branch but it still doesn't work, it throws 400 "Invalid"

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