-
Notifications
You must be signed in to change notification settings - Fork 39
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
"write after end" error with immutable option #23
Comments
Hi @JcBernack , first of all I suggest to ad an error event listener before your first write:
this should help you revealing the actual error. Please let me know if this helps you solving your problem, |
Hi, thanks for the response. I already did that, it just logs the same error message: |
Found something: It origins in this line: It is caused by the generator function because it expects I replaced the |
Submitted a PR with the little change, see #24 |
I can't get the rotating file stream to work with the immutable option set:
The write immediately throws an exception:
Do you have any idea what is happening here?
Thanks
The text was updated successfully, but these errors were encountered: