NodeRed with node-red-contrib-mikrotik will crash, when component is used after "split" module and execute in cycle:
node-red | 17 Mar 08:19:49 - [error] RosException: Timed out after 10 seconds
node-red | at Connector.onTimeout (/data/node_modules/node-routeros/dist/connector/Connector.js:188:30)
node-red | at Object.onceWrapper (node:events:632:28)
node-red | at Socket.emit (node:events:518:28)
node-red | at Socket._onTimeout (node:net:595:8)
node-red | at listOnTimeout (node:internal/timers:581:17)
node-red | at process.processTimers (node:internal/timers:519:7)
When mikrotik module is running once (not in cycle) it works. When it runs inside cycle, few iterations is working and then "mikrotik" module is goying to error, which will destoy whole instance of node-red.
I tried to use "catch" module to prevent crash node-red, but it didn't helped. I tried also close "msg" object in function after split before input into "mikrotik" module, but also it didnt helped.
Thanks a lot for an each help.