mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
6b3010f95b
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. |
||
---|---|---|
.. | ||
core | ||
99-sample.html.demo | ||
99-sample.js.demo |