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
I used amqp sender to send messages to rabbitmq. And I found that rabbitmq received the message. But on node-red console, the server stopped by errors. The error message is as below.
TypeError: Cannot assign to read only property 'writeQueueSize' of object '#<TCP>'
at _clone (/srv/node-red/node_modules/clone/clone.js:162:16)
at _clone (/srv/node-red/node_modules/clone/clone.js:162:18)
at _clone (/srv/node-red/node_modules/clone/clone.js:162:18)
......
The text was updated successfully, but these errors were encountered:
GTerryLiu
changed the title
TypeError: Cannot assign to read only property 'writeQueueSize' of object '#<TCP>'
TypeError: Cannot assign to read only property 'writeQueueSize' of object '<TCP>'
Oct 21, 2019
GTerryLiu
changed the title
TypeError: Cannot assign to read only property 'writeQueueSize' of object '<TCP>'
TypeError: Cannot assign to read only property 'writeQueueSize' of object '#<TCP>'
Oct 21, 2019
Hi there! I've run into the same error on Node-RED version 1.0.2. I haven't found a solution for this on that version, however, upgrading node-red to v1.1.2 fixed it for me. Hope it helps.
Hi there! I've run into the same error on Node-RED version 1.0.2. I haven't found a solution for this on that version, however, upgrading node-red to v1.1.2 fixed it for me. Hope it helps.
Thanks. I just changed codes on v1.0.2 and the error disappeared. What I changed is adding a line as following.
add "delete msg.delivery.link" before line 282 in rhea.js
I know that it was just a solution temporarily. I think you just bring a regular solution.
I used amqp sender to send messages to rabbitmq. And I found that rabbitmq received the message. But on node-red console, the server stopped by errors. The error message is as below.
TypeError: Cannot assign to read only property 'writeQueueSize' of object '#<TCP>'
at _clone (/srv/node-red/node_modules/clone/clone.js:162:16)
at _clone (/srv/node-red/node_modules/clone/clone.js:162:18)
at _clone (/srv/node-red/node_modules/clone/clone.js:162:18)
......
Node.js version: v10.16.3
Node-RED version: v1.0.2
Can somebody help?
The text was updated successfully, but these errors were encountered: