1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/nodes/core
Nick O'Leary 6b3010f95b Guard against null client in MQTT nodes
Fixes #130

There was a timing window where a client could connect to a broker just as new flows were deployed that would cause the on-connect callback to be called after client has been set to null. This caused an NPE.

The fix is to check client isn't null in the event handler.
2014-01-13 11:27:09 +00:00
..
analysis Slight tweak to sentiment info to reflect reality. 2013-11-21 17:14:05 +00:00
core Add newline when wrapping function to allow comments 2013-12-22 22:22:47 +00:00
deprecated Move all nodes into core subdirectory 2013-11-14 15:52:19 +00:00
hardware Move all nodes into core subdirectory 2013-11-14 15:52:19 +00:00
io Guard against null client in MQTT nodes 2014-01-13 11:27:09 +00:00
logic Tidying up the Change node after a lot of churn 2013-12-24 23:16:36 +00:00
social Add invite event to irc node 2014-01-03 10:57:49 +00:00
storage Move all nodes into core subdirectory 2013-11-14 15:52:19 +00:00