Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Plotnikov committed Nov 21, 2023
1 parent 0cfbdf8 commit c0bc8ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/exactpro/th2/FixHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -1611,6 +1611,7 @@ private void runLogonAfterLogonStrategy(RuleConfiguration configuration) {

try {
sendLogon();
msgSeqNum.incrementAndGet();
} catch (Exception e) {
ruleErrorEvent(strategy.getType(), null, e);
}
Expand Down

0 comments on commit c0bc8ef

Please sign in to comment.