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

Fix partial parse #161

Merged
merged 10 commits into from
Jul 28, 2022
Merged

Fix partial parse #161

merged 10 commits into from
Jul 28, 2022

Conversation

nitin710
Copy link
Collaborator

Description

Fix to the parser, which ensures the complete raw file is parsed. The Parser now tracks the read and write thread to ensure enough time is given to the write threads to catch up with the read speeds.

Requirements

Issues Referenced

Documentation update

Link to a change in documentation (if any)

Test Result Link

Checklist:

  • doxygen style comments included
  • Required documentation udpated

Screenshots:

@nitin710 nitin710 merged commit ac80cea into master Jul 28, 2022
@nitin710 nitin710 deleted the fix-partialParse branch August 1, 2022 15:37
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.

DataParser calls ofExit() before all the parsed data has been written
2 participants