ryanb/private_pub

Not being able to type

woniesong92 opened this issue · 0 comments

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?