We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
https://github.com/nsqio/go-diskqueue/blob/master/diskqueue.go#L332
should change it if d.nextReadPos >= d.maxBytesPerFile {
if d.nextReadPos >= d.maxBytesPerFile {
The text was updated successfully, but these errors were encountered:
This looks like a very similar situation to what #8 fixed. Would you like to open a pull request?
Sorry, something went wrong.
(I think this particular check is not as important, because the end-of-file is handled elsewhere.)
closing in favor of #15
No branches or pull requests
https://github.com/nsqio/go-diskqueue/blob/master/diskqueue.go#L332
should change it
if d.nextReadPos >= d.maxBytesPerFile {
The text was updated successfully, but these errors were encountered: