Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Plotnikov committed Oct 30, 2023
1 parent a396e72 commit f2c74fa
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 @@ -1433,6 +1433,8 @@ private Map<String, String> fakeRetransmissionOutgoingProcessor(ByteBuf message,
strategy.getState().addMissedMessageToCacheIfCondition(msgSeqNum.get(), Unpooled.copiedBuffer(message), x -> true);

sendingTime.insertNext(POSS_DUP_TAG, IS_POSS_DUP).insertNext(POSS_RESEND_TAG, IS_POSS_DUP);
updateLength(message);
updateChecksum(message);

return null;
}
Expand Down

0 comments on commit f2c74fa

Please sign in to comment.