Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not ignore MsgSeqNum on ResendRequest when no persistence #526

Merged
merged 1 commit into from
Mar 2, 2020

Conversation

ledusskapis
Copy link
Contributor

MsgSeqNum on ResendRequest messages is currently ignored when message persistence is disabled. Hence, when a new message is received following a ResendRequest its validation fails as the expected target sequence number is one down from the actual (since the one on ResendRequest was ignored). This should be fixed.

@CLAassistant
Copy link

CLAassistant commented May 25, 2019

CLA assistant check
All committers have signed the CLA.

@gbirchmeier gbirchmeier self-assigned this Nov 5, 2019
@gbirchmeier gbirchmeier merged commit 98d5b89 into connamara:master Mar 2, 2020
gbirchmeier added a commit to gbirchmeier/quickfixn that referenced this pull request Mar 2, 2020
@gbirchmeier gbirchmeier mentioned this pull request Mar 2, 2020
gbirchmeier added a commit that referenced this pull request Mar 2, 2020
hlibman-connamara pushed a commit to hlibman-connamara/quickfixn that referenced this pull request Dec 6, 2024
Do not ignore MsgSeqNum on ResendRequest when no persistence
hlibman-connamara pushed a commit to hlibman-connamara/quickfixn that referenced this pull request Dec 6, 2024
hlibman-connamara pushed a commit to hlibman-connamara/quickfixn that referenced this pull request Dec 6, 2024
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.

3 participants