Adorkable / node-red-contrib-ui-led

A simple LED status indicator for the Node-RED Dashboard
MIT License
16 stars 12 forks source link

"RangeError: Maximum call stack size exceeded" . Deleting msg.property in input message is solving the issue. #91

Open smanjunath211 opened 2 years ago

smanjunath211 commented 2 years ago

Node-Red gives error "RangeError: Maximum call stack size exceeded" when feeding input from a function node at 1 second pulse rate. when i delete msg.settings then only the error is disappearing. the msg.settings is originated from a modbus TCP node.

image

hope i have given enough information.