mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
473a2ae275
Promises are expensive and should not be used in the main message handling path. The Switch node used them a lot if the node references context - with a lot of duplicate code to handle async and sync code paths. This change modifies the code to use callbacks throughout that are just as performant in either case. |
||
---|---|---|
.. | ||
core | ||
icons | ||
locales | ||
.npmignore | ||
99-sample.html.demo | ||
99-sample.js.demo | ||
index.js | ||
LICENSE | ||
package.json | ||
README.md |