This commit is contained in:
Joey Hess 2012-07-26 21:40:24 -04:00
parent 02b1f9223a
commit 94526aef89

View file

@ -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.)