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
[email protected]
For more options, visit this group at
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
[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
[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/