I'm in the process of developing a Rails app which uses ActionController::Live, and the action in that controller is set to subscribe to Redis Pub/Sub.
It's pretty much the same method described here - http://www.beilabs.com/2013/05/02/redis-pub-sub-and-rails-4-streaming
The problem is, in development, whenever the live action is called, the whole app freezes and stops serving requests. I can't figure out why.
Any help will be greatly appreciated.