-
Notifications
You must be signed in to change notification settings - Fork 170
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
hummus.createReader can't release resource in Win 32 #275
Comments
I have the same problem using Windows 7: There are no problems on a mac so it may be specific windows problem |
please refer |
that's cause win32 blocks other file pointers if ones opened for reading. you can either:
|
Thank you, it is a better way.
This Library is wonderful, but lack demo and doc. |
Oh i defo second that |
In Win 32, I use
hummus.createReader
to create a reader.
And then I want to delete the file, but I found I can't do it, because reader don't release resource.
The reader don't have end() method.
The text was updated successfully, but these errors were encountered: