RailsCasts Pro episodes are now free!

Learn more or hide this

lepur's Profile

GitHub User: lepur

Comments by

Avatar

Hi Ryan!

I'm trying to build a chat using the private_pub,
I tracking the presence of the users using the Faye events
(http://faye.jcoglan.com/ruby/monitoring.html)
But unfortunately I find out that if I try to publish during the event I'm causing to endless loop so for doing that I should define a client on the server side (http://faye.jcoglan.com/ruby/clients.html) and again unfortunately I discovered that I don't know how to do that using private pub, can you clarify this for me?

here you can find another great explanation to what I want accomplish - http://groups.google.com/group/faye-users/browse_thread/thread/231233016e55aba2?pli=1

10x