2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-06 12:18:46 +00:00

fhemweb.js: add reload for 401 (Forum #56509)

git-svn-id: https://svn.fhem.de/fhem/trunk@11936 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-08-10 13:12:23 +00:00
parent ea1d8e37ba
commit fa89f1db3b

View File

@ -591,6 +591,10 @@ function
FW_doUpdate()
{
if(FW_pollConn.readyState == 4 && !FW_leaving) {
if(FW_pollConn.status == "401") {
location.reload();
return;
}
FW_errmsg("Connection lost, trying a reconnect every 5 seconds.", 4900);
setTimeout(FW_longpoll, 5000);
return; // some problem connecting