Connection part did not work with node-red v1.0.2 and node.js v12.13.0
Probably it is somehow connected to the event-registration mechanism, because if I move RED.nodes.createNode(node, config) line above the node.on('input', (msg)...., it works just fine.
The another thing I noticed that nforce8 has a bug which affects responses -- so I created a PR; until it's fixed, I use in the package.json a reference to that branch. Once merged, please remove it from package.json !
Connection part did not work with node-red v1.0.2 and node.js v12.13.0
Probably it is somehow connected to the event-registration mechanism, because if I move
RED.nodes.createNode(node, config)
line above thenode.on('input', (msg)....
, it works just fine.The another thing I noticed that
nforce8
has a bug which affects responses -- so I created a PR; until it's fixed, I use in thepackage.json
a reference to that branch. Once merged, please remove it frompackage.json
!https://github.com/Stwissel/nforce8/pull/26