We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From fluentd issue.
fluent/fluentd#703
Error log is here: https://github.com/shoichikaji/fluentd-error/blob/master/log/fluentd-only-error-coolio-1.4.2.log
The text was updated successfully, but these errors were encountered:
I think adding nil check fixes attach related error. This assumes passing nil to loop argument doesn't happen on normal situations.
nil
attach
https://github.com/tarcieri/cool.io/blob/5446a5e44f508ce1589a33e7ae61464530f857c2/ext/cool.io/watcher.h#L13
Sorry, something went wrong.
For detach related error, we need to check when this error happens.
detach
https://github.com/tarcieri/cool.io/blob/5446a5e44f508ce1589a33e7ae61464530f857c2/ext/cool.io/watcher.h#L31 or https://github.com/tarcieri/cool.io/blob/5446a5e44f508ce1589a33e7ae61464530f857c2/ext/cool.io/watcher.h#L36
No branches or pull requests
From fluentd issue.
fluent/fluentd#703
Error log is here: https://github.com/shoichikaji/fluentd-error/blob/master/log/fluentd-only-error-coolio-1.4.2.log
The text was updated successfully, but these errors were encountered: