-
Notifications
You must be signed in to change notification settings - Fork 0
Handle request timeout more gracefully #22
Copy link
Copy link
Open
Labels
Description
Currently if an async background data request (AJAX) timeout occurs (takes longer than 30 seconds) WAVE will not notify the user of the problem and instead displays a blank screen. The developer console will show the request was abandoned just after 30 seconds with no payload returned to the app data callback.
For example:
Results in:
and:
Reactions are currently unavailable

