mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
79aeeea640
Fixes #138 If the connection to a broker is lost mid qos 2 flow, there is a window where we have processed the PUBREL, released the message and deleted it from our store, but not sent the PUBCOMP. When the connection is re-established, and the PUBREL is resent by the broker, we assume the message still exists - and hit the error reported. The fix is to check the message is valid before trying to process it. We send the PUBCOMP to complete the flow regardless. |
||
---|---|---|
.. | ||
lib | ||
10-mqtt.html | ||
10-mqtt.js | ||
21-httpin.html | ||
21-httpin.js | ||
22-websocket.html | ||
22-websocket.js | ||
23-watch.html | ||
23-watch.js | ||
25-serial.html | ||
25-serial.js | ||
31-tcpin.html | ||
31-tcpin.js | ||
32-udp.html | ||
32-udp.js | ||
90-httpget.html | ||
90-httpget.js |