You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously a network error stopped the result page from polling and the user only saw an endless spinner.
Now polling goes on even if flask is temporarily not available, e.g. while restarting.
Polling goes on until flask sends a status of SUCCESS or ERROR
Closes: #280
Previously a network error stopped the result page from polling and the user only saw an endless spinner.
Now polling goes on even if flask is temporarily not available, e.g. while restarting.
Polling goes on until flask sends a status of SUCCESS or ERROR
Closes: #280
If network error happens (due to restarting of flask) the front-end keeps loading and does not report any error
The text was updated successfully, but these errors were encountered: