On IOS (webview) after sometime in the background it stops without warning.
I come back and try to send messages and it doesn't arrive to the other
connected people.
And when i check if it's connected it says it is:
function amIConnected()
{
var result = false;
for(var user in client.core.users)
{
if(typeof(client.core.users[user])=='object' && user!='$family')
{
if(sender_name_code == client.core.users[user].properties['name'])
result = true;
}
}
return result;
}
It even gives me all connected users.
But it is not really connected to the channel because no messages get
through.
WHAT IS WRONG?
--
--
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/
---
You received this message because you are subscribed to the Google Groups "APE
Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.