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

Editing Sequence number files on host fails to change sequence numbers #464

Closed
adam-talos opened this issue Sep 30, 2021 · 1 comment
Closed

Comments

@adam-talos
Copy link
Contributor

If I edit the sequence numbers under .senderseqnums or .targetseqnums in vi or similar, it will fail due to an invisible carriage return added to the file by vi. The filestore implementation just takes the contents of the file and interprets it as a number which fails due to the trailing character.

If we do a trim before interpreting the string, the process will succeed.

@ackleymi
Copy link
Member

ackleymi commented Nov 8, 2023

#463 was merged and released with version v0.8.1, https://github.com/quickfixgo/quickfix/releases/tag/v0.8.1

@ackleymi ackleymi closed this as completed Nov 8, 2023
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

No branches or pull requests

2 participants