Hi,
I'm trying to make a APE client in Java (Android).
I'm connecting to the APE server using a CONNECT/JOIN command.
Then I send a CHECK cmd :
["cmd":"CHECK","chl":3,"sessid":"34d2dd64e1bb3d1c17add2b216a87551"}]
I have put a socket timeout to 30s
When a message arrive I can read it but I never receive the CLOSE
raw : [{"time":"1277815119","raw":"CLOSE","data":{"value":"null"}}]
when no message is coming. I have a timeout.
What is wrong in my implementation?
Thanks a lot in advance
BR
--
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/