small bugfix

This commit is contained in:
2023-11-25 10:54:04 +01:00
parent 8f8e63d8b7
commit 3025781a04
5 changed files with 10 additions and 1 deletions

View File

@@ -156,6 +156,7 @@ createApp( {
if ( !self.isReconnecting ) {
self.isReconnecting = true;
self.connect();
self.isReconnecting = false;
}
}, 1000 );
}, false );