1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/packages/node_modules/@node-red/nodes
Nick O'Leary 04a3c4bb22
Ensure mqtt-close message is published when closing mqtt nodes
The change in 1.3 where we ensure config nodes are closed last broke this behaviour. Previously, the config node would get closed triggering the close message. With the new 1.3 behaviour, the flow nodes are stopped and as soon as the last flow node deregisters itself, the broker node would disconnect without sending the close message.

The fix is to send the close message as part of the deregister flow as that will handle all cases properly
2021-04-14 22:28:25 +01:00
..
core Ensure mqtt-close message is published when closing mqtt nodes 2021-04-14 22:28:25 +01:00
examples add examples for websocket in/out node 2021-02-03 17:13:56 +09:00
icons Fix invisible icons in IE 2019-10-02 17:39:38 +09:00
locales Add Japanese translations for Node-RED v1.3.1 (#2930) 2021-04-12 14:15:07 +01:00
.npmignore Add pack-modules grunt task 2018-10-25 11:18:13 +01:00
99-sample.html.demo Add placeholder to topic field 2019-10-30 19:39:38 +09:00
99-sample.js.demo WIP: move all the code 2018-08-04 22:23:06 +01:00
index.js pull out editor-client and editor-api 2018-08-17 22:10:54 +01:00
LICENSE Add LICENSE to each package 2018-08-21 13:57:59 +01:00
package.json Update to 1.3.2 2021-04-13 13:34:16 +01:00
README.md Add README files to each package 2018-08-21 13:43:11 +01:00

@node-red/nodes

Node-RED core nodes module.

This provides all of the core Node-RED nodes.

Source

The main Node-RED modules are maintained as a monorepo on GitHub.