ryanb / private_pub

Handle pub/sub messaging through private channels in Rails using Faye.
MIT License
864 stars 228 forks source link

Not being able to type #81

Open woniesong92 opened 11 years ago

woniesong92 commented 11 years ago

When there is more than one user listening to the private_pub server, one of the two users cannot type in the form. I think this happens because private_pub server cannot handle requests concurrently (using Heroku). To solve this problem, I wanted to use redis but did not know how to configure. Has anybody run into a similar situation?