wperw / node-red-contrib-socketio

Implementatio of a SocketIO for Node-RED
MIT License
10 stars 26 forks source link

Multiple sockets configuration overwrites io variable #18

Open javis86 opened 3 years ago

javis86 commented 3 years ago

Hi, I was testings 2 copies of Example Chat, one with bindedtonode flag enable and other with bindedtonode disabled. I notice the first one i set up works and the second one not.

I found this bug in other Node-red nodes, it appears when it has variables at node js module: image io is shared between nodes and config-nodes

I could work on it!

javis86 commented 3 years ago

Other behavior when we develop two flows that contains the socket.io nodes: image One flow with active configuration: image and the other flow with no socket.io config: image The messages are captured by the 2 flows. image