mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Bugfix: ack
This commit is contained in:
parent
63398cb836
commit
d14b0711c6
@ -452,7 +452,7 @@ module.exports = function(RED) {
|
||||
setStatusDisconnected(node);
|
||||
|
||||
node.on("input", function(msg, send, done) {
|
||||
node.client.ack(msg.messageId, node.topic, msg.transaction);
|
||||
node.serverConnection.ack(msg.messageId, node.topic, msg.transaction);
|
||||
done();
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user