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

Loop not terminated by EOF #7

Open
ludekstepan opened this issue Jun 7, 2014 · 2 comments
Open

Loop not terminated by EOF #7

ludekstepan opened this issue Jun 7, 2014 · 2 comments
Labels

Comments

@ludekstepan
Copy link

I have following structure:

Header
- frame 1
- frame 2
- frame ...N
[EOF]

The header does not contain number of frames, there's just EOF after the last frame. The problem is that the loop never finishes and I never get any data from parser. Any idea?

@articice
Copy link

Are you talking about parsing a file that ends at the end of last frame?
Or, are you talking about a special EOF/EOM character in the end?

@ludekstepan
Copy link
Author

Yes, I mean a situation when a file ends exactly after a repeated frame.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants