Skip to content

Conversation

@michaelwilner
Copy link
Contributor

No description provided.

@ackleymi ackleymi self-requested a review July 1, 2021 19:46
@ackleymi ackleymi merged commit f845967 into quickfixgo:main Jul 1, 2021
}

localConnectionPort := netConn.LocalAddr().(*net.TCPAddr).Port
if expectedPort, ok := a.sessionHostPort[sessID]; !ok || expectedPort != localConnectionPort {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it seems like sessionHostPort only contains session specified in .cfg files, does this break the dynamic session?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeap! it's true!

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix approach: #522

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants