Skip to content

Commit 163670e

Browse files
committed
include correlationId in reply
1 parent 072856a commit 163670e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

OpenFlowNodeRED/src/nodered/nodes/workflow_nodes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ export class workflow_out_node {
294294
data.values = msg.values;
295295
data.jwt = msg.jwt;
296296

297-
this.con.SendMessage(JSON.stringify(data), msg.resultqueue, null, false);
297+
this.con.SendMessage(JSON.stringify(data), msg.resultqueue, msg.correlationId, false);
298298
}
299299
} catch (error) {
300300
NoderedUtil.HandleError(this, error);

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.481
1+
0.0.482

0 commit comments

Comments
 (0)