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

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -