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/core
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
..
common Flag validation errors in Inject node props config 2021-04-06 16:45:21 +01:00
function Add Japanese translations for Node-RED v1.3.1 (#2930) 2021-04-12 14:15:07 +01:00
network Ensure mqtt-close message is published when closing mqtt nodes 2021-04-14 22:28:25 +01:00
parsers fix CSV parsing with other than , separator 2021-04-10 22:17:31 +01:00
sequence fix join node in array mode with repeated messages, and rallow reset all 2021-02-09 17:27:58 +00:00
storage File out node - fix timing of msg.send to be after close., and... 2021-04-12 12:16:23 +01:00