Skip to content

#376 breaks AcceptorTemplate #385

@jimbogithub

Description

@jimbogithub

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions