--- a/svghmi/svghmi.js Wed Nov 09 12:14:35 2022 +0100
+++ b/svghmi/svghmi.js Tue Nov 15 09:22:50 2022 +0100
@@ -637,6 +637,13 @@
// TODO : add visible notification while waiting for reload
+ console.log(evt.wasClean) + console.log(evt.reason) + // Do not attempt to reconnect immediately in case of Normal Closure + window.alert("Connection closed by server"); window.setTimeout(create_ws, reconnect_delay);