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/network
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
..
lib Move io to network 2019-08-21 14:23:24 +01:00
05-tls.html Change types from text/x-red to text/html in node html files 2020-01-15 11:40:48 +09:00
05-tls.js Allow TLS config node to provide just CA cert 2019-10-04 11:02:00 +01:00
06-httpproxy.html Change types from text/x-red to text/html in node html files 2020-01-15 11:40:48 +09:00
06-httpproxy.js Move io to network 2019-08-21 14:23:24 +01:00
10-mqtt.html Fix MQTT Broker TLS config row layout 2021-04-12 11:48:10 +01:00
10-mqtt.js Ensure mqtt-close message is published when closing mqtt nodes 2021-04-14 22:28:25 +01:00
21-httpin.html Change types from text/x-red to text/html in node html files 2020-01-15 11:40:48 +09:00
21-httpin.js allow for adding an array of middleware functions 2020-12-22 16:30:38 -06:00
21-httprequest.html Tweak HTTP Request GET payload handling labels 2020-05-29 17:35:18 +01:00
21-httprequest.js Request node: set followAllRedirects to work with POSTs 2021-04-07 14:35:29 +01:00
22-websocket.html prevent charAt call on websocket listener 2020-06-11 23:00:56 +09:00
22-websocket.js websocket - add proxy support. 2019-11-03 09:55:11 +00:00
31-tcpin.html hide unused input field (#2823) 2021-01-16 16:58:13 +00:00
31-tcpin.js Fix tcp in node finishing packets when in streaming base64 receive mode. 2020-06-22 22:40:15 +01:00
32-udp.html Change types from text/x-red to text/html in node html files 2020-01-15 11:40:48 +09:00
32-udp.js udp node: when reusing input socket honour the broadcast mode. 2020-04-11 22:33:11 +01:00