Is there any way we can access the message queue for a user? Does it resides on the user object? Maybe in an event like "deluser" we can gather the user's unsent messages and save them in a database for later delivery... On Nov 12, 2012 10:53 AM, <[email protected]> wrote:
> Messages are not lost as long as the session is active (even during a page > refresh). > The server send unseen messages when the user open the TCP connection. > By default the session stay active for 45sec. > > > Le 2012-11-11 23:15, younes0 a écrit : > >> Did you manage to hack around this ? >> Share your ideas please. >> >> I need to be sure that UserB gets UserA message even if UserB didn't >> get the push event (while refreshing the page for example) ? >> >> One idea would consist in a server side (php) solution : >> 1) UserA stores a value in database and pushes to UserB >> 2) UserB doesn't get the Push while loading a new page >> 3) At page loading, UserB would then compare this database value with >> the previous value stored in Session >> 3) Value differs: the session Value is replaced by the database value >> >> -- >> 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 >> >> ape-project+unsubscribe@**googlegroups.com<ape-project%[email protected]> >> For more options, visit this group at >> >> http://groups.google.com/**group/ape-project?hl=en<http://groups.google.com/group/ape-project?hl=en>[1] >> --- >> APE Project (Ajax Push Engine) >> Official website : http://www.ape-project.org/ [2] >> Git Hub : http://github.com/APE-Project/ [3] >> >> >> Links: >> ------ >> [1] >> http://groups.google.com/**group/ape-project?hl=en<http://groups.google.com/group/ape-project?hl=en> >> [2] http://www.ape-project.org/ >> [3] 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 > ape-project+unsubscribe@**googlegroups.com<ape-project%[email protected]> > For more options, visit this group at > http://groups.google.com/**group/ape-project?hl=en<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/
