ryanb / private_pub

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

Only subscribe once to a channel #70

Open nfm opened 11 years ago

ryanb commented 11 years ago

Thank you for the pull request. Sorry for the delay in checking this out. Any chance we could get a test for this change? I'd be happy to merge then. Thanks!

ryanb commented 11 years ago

BTW, I merged in pull request #60 which conflicts with this. It may also resolve this issue. If it isn't resolved, please update to master and add specs. Thanks.

nasreddineskandrani commented 9 years ago

What is the status of this request? I still have the problem of multiple subscribe in the master of private_pub.

the fix proposed by vollnhals works for me. You can merge! this fork fix it until you merge this to master. https://github.com/nasreddineskandrani/private_pub

cheers