Google App Engine Channel API MESSAGE QUEUES -
if client connected , disconnects - connection lost 5 mins; server queue messages can't delivered?
on local development server seems case?
if case in production - how long messages queued for?
thanks
in production messages dropped if server receives /_ah/channel/disconnected/ post.
in practice there's tiny bit of caching. if eg. lose connection briefly because wifi connection drops, message sent during time queued , delivered. shouldn't disconnect post in case.
Comments
Post a Comment