Skip to content

Commit

Permalink
Fix adjustSendingTime strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
denis.plotnikov committed Oct 7, 2024
1 parent 71492fd commit 58027a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/exactpro/th2/FixHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -1722,6 +1722,8 @@ private Map<String, String> adjustSendingTimeStrategyProcessor(ByteBuf message,
metadata.put(ENCODE_MODE_PROPERTY_NAME, DIRTY_ENCODE_MODE_NAME);

updateSendingTime(message, config.getAdjustDuration(), config.getSubstract());
updateLength(message);
updateChecksum(message);
state.getMessageCorrupted().set(true);

return null;
Expand Down

0 comments on commit 58027a7

Please sign in to comment.