2014-07-23 8:20 GMT+02:00 <[email protected]>: > There's very little documentation on the push server - what it is, how to > know if it's currently operational, after how long does the push become > stale, what is the expected delay between creating a push and receiving the > notification, etc, etc. > > Anyone know where I can find those answers? >
Hi, I’m part of the team that has worked in Push and for the server on Telefónica’s side. As you might know, we only accept just one data by URL: which is the version. If you send version 3, and that does not went to the device, if you send a version 4, the latest biggest version wins, so you will receive the version “4". There is no TTL on the server side, but we might drop the versions DB if we need to. Sending and receiving should be under 0.5s of delay in most cases (if you run under web socket, which will likely be). What endpoint are you sending your notification to? Thanks! -- Guillermo López [willyaranda] http://mozilla-hispano.org http://twitter.com/mozilla_hispano http://facebook.com/mozillahispano Certified Mozillian: https://mozillians.org/willyaranda
_______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
