We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
quickfix/validation.go
Line 215 in bbe42d9
missing a line like this: fieldStack = fieldStack[1:]
fieldStack not iterated to it's next element, that's why quickfix raised such error "Incorrect NumInGroup count for repeating group"
this is the original:
#365
The text was updated successfully, but these errors were encountered:
quickfixgo#366 for Incorrect NumInGroup
07bfa3c
No branches or pull requests
quickfix/validation.go
Line 215 in bbe42d9
missing a line like this:
fieldStack = fieldStack[1:]
fieldStack not iterated to it's next element, that's why quickfix raised such error "Incorrect NumInGroup count for repeating group"
this is the original:
#365
The text was updated successfully, but these errors were encountered: