From 94526aef899fc312fd922341b50a46353764a3c2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 26 Jul 2012 21:40:24 -0400 Subject: [PATCH] todo --- doc/design/assistant/webapp.mdwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/design/assistant/webapp.mdwn b/doc/design/assistant/webapp.mdwn index 732d517cc0..439e013c19 100644 --- a/doc/design/assistant/webapp.mdwn +++ b/doc/design/assistant/webapp.mdwn @@ -44,3 +44,6 @@ The webapp is a web server that displays a shiny interface. and use a client-side session. It could be encrypted using the token as the `encryptKey`. Note: Would need to set the session duration to infinite (how?) +* When long polling fails, retry a time or two, and then give up, and + either display an error message, or, possibly, close the browser window. + (Currently the display just stops updating.)