You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
I am using node-red to implement a MQTT broquer (node-red-contrib-aedes) and node-red its working in a Docker, Everything is working correctly but, I detect the following error
1 Jun 15:05:59 - [error] RangeError: Maximum call stack size exceeded
at AedesBrokerNode.Node.send (/usr/src/node-red/node_modules/@node-red/runtime/lib/nodes/Node.js:369:31)
at Aedes.<anonymous> (/data/node_modules/node-red-contrib-aedes/aedes.js:319:14)
at Aedes.emit (node:events:513:28)
at PublishState.callPublished (/data/node_modules/aedes/aedes.js:255:15)
at makeCallTwo (/data/node_modules/fastseries/series.js:150:3)
at MQEmitter.release (/data/node_modules/fastseries/series.js:138:7)
at MQEmitter.parallel [as _parallel] (/data/node_modules/fastparallel/parallel.js:25:12)
at MQEmitter._do (/data/node_modules/mqemitter/mqemitter.js:133:8)
at released (/data/node_modules/mqemitter/mqemitter.js:48:12)
at MQEmitter.parallel [as _parallel] (/data/node_modules/fastparallel/parallel.js:26:7)
I don't get more information only that node-network restarts repeatedly 1 time every hour (more or less).
Please can anyone help me with this error?
The text was updated successfully, but these errors were encountered:
Could you provide some more information about the environment (OS version, Docker version, Node-RED version)?
Could you also provide in Gist a copy of a sample flow, please?
I would like to check what the issue is.
I have found the problem
The device that is sending the MQTT messages must have some problem and is sending several hundred messages per second.
This causes the indicated problem.
I can inform you that the reported problem is not reproduced on node-network, on a Windows 11 operating system.
These are the data requested
Hello.
I am using node-red to implement a MQTT broquer (node-red-contrib-aedes) and node-red its working in a Docker, Everything is working correctly but, I detect the following error
I don't get more information only that node-network restarts repeatedly 1 time every hour (more or less).
Please can anyone help me with this error?
The text was updated successfully, but these errors were encountered: