Bugfix "node.ack is not a fuction"

This commit is contained in:
Olivier Verhaegen
2023-04-12 13:08:23 +02:00
committed by GitHub
parent 731afdaa4b
commit 12704951e3

View File

@@ -221,7 +221,7 @@ module.exports = function(RED) {
});
node.on("input", function(msg) {
node.ack(msg.messageId, msg.subsriptionId, msg.transaction);
node.client.ack(msg.messageId, msg.subsriptionId, msg.transaction);
});
node.on("close", function(done) {