We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5476df + 8d9da02 commit 0b05c46Copy full SHA for 0b05c46
quickfixj-core/src/main/java/quickfix/SocketInitiator.java
@@ -125,9 +125,6 @@ private void initialize() throws ConfigError {
125
if (isStarted.compareAndSet(false, true)) {
126
eventHandlingStrategy.setExecutor(longLivedExecutor);
127
createSessionInitiators();
128
- for (Session session : getSessionMap().values()) {
129
- Session.registerSession(session);
130
- }
131
startInitiators();
132
eventHandlingStrategy.blockInThread();
133
}
0 commit comments