-
Notifications
You must be signed in to change notification settings - Fork 137
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
"live" streaming (Rails 4.x) likely broken #150
Comments
I can confirm that this causes my application (using trinidad) to deadlock. Would it be possible to use java threads as a drop in replacement for "magic-threading" (what does that mean?) to get this to work? |
Ruby threads use Java threads the problem is the way they're used in Rails - simply not "thread-safe" code. |
Is the nature of the problem documented with greater detail anywhere? I'm trying to understand what part of the Live middleware is thread-unsafe. |
it dead locks - that's all there is (for now) ... I have not looked deeper and I have not tracked if anyone else did ... sorry |
Has anyone tried this against the rails 5 betas? |
due magic-threading in
ActionController::Live
"middleware" ...This issue seems to be lacking activity, you can change that by posting a bounty.
The text was updated successfully, but these errors were encountered: