We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff1b80 commit 3dab799Copy full SHA for 3dab799
connection.js
@@ -29,10 +29,10 @@ module.exports = function (RED) {
29
}
30
31
32
- this.registerChildNode = async function (nodeId, callbacks) {
+ this.registerChildNode = function (nodeId, callbacks) {
33
if (Object.keys(this.childNodes).length == 0) {
34
//first child node is registering!
35
- await this.connectAndSubscribe()
+ this.connectAndSubscribe()
36
37
38
this.childNodes[nodeId] = callbacks
0 commit comments