So you're trying to force a user to leave a channel, and then force them to join back? If that's correct, why are you doing this? Perhaps we can simplify the logic of your code.
On Tue, Dec 28, 2010 at 5:04 PM, Pete <[email protected]>wrote: > Hello everybody, > > I started working with APE and it was working great but I kinda have a > problem now. > > I have an application wich is working with google maps, when a user > join a pipe, his maker is displaying on the map and when he leaves > it, the marker disappeared. > > Everything works fine, but now I want to do google maps geocoder > (transform a regular adress into latitude and longitude), so I need to > get the user out of the pipe and then I need him back. > > That's what I did but I don't get why when my user joins the pipe for > the second time (after the geocoder stuff), the event "userJoin" isn't > running ? > > Does anybody know ? > > -- > You received this message because you are subscribed to the Google > Groups "APE Project" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<ape-project%[email protected]> > For more options, visit this group at > http://groups.google.com/group/ape-project?hl=en > --- > APE Project (Ajax Push Engine) > Official website : http://www.ape-project.org/ > Git Hub : http://github.com/APE-Project/ > -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
