mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
04a3c4bb22
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 |
||
---|---|---|
.. | ||
editor-api | ||
editor-client | ||
nodes | ||
registry | ||
runtime | ||
util |