Skip to content

Commit

Permalink
Add timestamp to re-encoded messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
barnstee committed May 17, 2024
1 parent ca9dee1 commit ee2b157
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UAPubSubBinaryMessageDecoder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ private void SendPublishedNodestoMessageProcessor(Dictionary<string, DataValue>
Value = item.Value
};

messageData.Value.ServerTimestamp = receivedTime;

MessageProcessor.Enqueue(messageData);
}
}
Expand Down

0 comments on commit ee2b157

Please sign in to comment.