Skip to content

Commit

Permalink
Merge pull request #625 from quickfix-j/chrjohn-socketinitiator-simplify
Browse files Browse the repository at this point in the history
Simplified `SocketInitiator.initialize()`
  • Loading branch information
chrjohn authored Dec 1, 2023
2 parents b5476df + 8d9da02 commit 0b05c46
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions quickfixj-core/src/main/java/quickfix/SocketInitiator.java
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@ private void initialize() throws ConfigError {
if (isStarted.compareAndSet(false, true)) {
eventHandlingStrategy.setExecutor(longLivedExecutor);
createSessionInitiators();
for (Session session : getSessionMap().values()) {
Session.registerSession(session);
}
startInitiators();
eventHandlingStrategy.blockInThread();
}
Expand Down

0 comments on commit 0b05c46

Please sign in to comment.