NGRP / node-red-contrib-viseo

Node-RED nodes OpenSourced by VISEO Technologies
Apache License 2.0
227 stars 83 forks source link

Socket.IO nodes use non-namespaced global variable #29

Open TotallyInformation opened 7 years ago

TotallyInformation commented 7 years ago

https://github.com/NGRP/node-red-contrib-viseo/blob/master/node-red-contrib-socketio/node-socketio-in.js#L44

This could easily get overwritten by other processing.

Should probably be using a RED.settings.xxxxx variable.