This commit is contained in:
Olivier Verhaegen 2023-04-12 16:15:51 +02:00 committed by GitHub
parent ea684db2d9
commit 79690a84db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ module.exports = function(RED) {
});
}
if (!node.server.connected) {
if (!node.serverConfig.connected) {
node.status({fill:"grey",shape:"ring",text:"connecting"});
node.client.connect(function(sessionId) {
node.serverConfig.connected = true;