Skip to content

Commit 0514092

Browse files
committed
Fixed MQTT reconnection
1 parent ae7a3e4 commit 0514092

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dyson-mqtt-connect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export class DysonMqttConnection {
9090
}
9191
// (Don't retry if failed before attempting reconnection)
9292
}
93-
});
93+
})();
9494
}
9595

9696
// Attempt the initial connection

0 commit comments

Comments
 (0)