calkoe / node-red-contrib-flowcontrol

MQTT Style Message Router
MIT License
1 stars 0 forks source link

Everytime you change&deploy flowcontrolOut, it will output msg n+1 times #2

Closed aabluedragon closed 3 years ago

aabluedragon commented 4 years ago

Reproduce instructions: connect an inject node to flowcontrolIn connect an flowcontrolOut (same topic as flowcontrolIn) to debug node click deploy.

Change any property (no matter which) on flowcontrolOut, click deploy. click inject, you will get 2 debug messages. if you repeat you will get 3..4.. and so on.

calkoe commented 4 years ago

Hi aabluedragon,

i can't reproduce your issue. Please get the latest Version and try again.

calkoe commented 3 years ago

Found the issue, there was a Problem with multiple subscriptions to JS-Events. Fixed this in the latest version.