1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

MeshMessenger improvements on mobile devices.

This commit is contained in:
Ylian Saint-Hilaire 2021-01-05 02:05:34 -08:00
parent 9a1eb534c4
commit 4990b09226
5 changed files with 764 additions and 694 deletions

View file

@ -1046,6 +1046,7 @@
// Control web socket disconnected
setDialogMode(0); // Close any dialog boxes if present
go(0); // Go to disconnection panel
deleteAllNotifications(); // Close and clear notifications if present
if (errorCode == 'noauth') { QH('p0span', "Unable to perform authentication"); return; }
if (prevState == 2) { setTimeout(serverPoll, 5000); } else { QH('p0span', "Unable to connect web socket"); }
// Clean up here