ryanb / private_pub

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

Issue with publish_to from controller #123

Open junaidatique opened 8 years ago

junaidatique commented 8 years ago

I am having strange behavior of faye when I publish message from controller. It doesn't send message to 100% of channels subscribed. I mean if I open 20 tabs and send a message, the message does not always publish on all 20 tabs, instead it misses out some tabs.

I am using private pub gem version 1.0.3 I am using heruko app as faye server for implementation. Please help.

eduardobarbiero commented 8 years ago

Someone has even this problem ?

RooTooZ commented 8 years ago

@eduardobarbiero yes, i has