-
Notifications
You must be signed in to change notification settings - Fork 656
Milestone
Description
Describe the bug
#376 appears to break AcceptorTemplates. Specifically the moving of this line:
AcceptorSocketDescriptor descriptor = getAcceptorSocketDescriptor(settings, sessionID);
in quickfix.mina.acceptor.AbstractSocketAcceptor to inside the if (!isTemplate) { block means that the later
if (socketDescriptorForAddress.isEmpty()) {
throw new ConfigError("No acceptor sessions found in settings.");
}
always throws an error if the only Session is the template.