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

module doesn't work when tailing the same file twice #2

Open
ctrochalakis opened this issue Jun 30, 2010 · 4 comments
Open

module doesn't work when tailing the same file twice #2

ctrochalakis opened this issue Jun 30, 2010 · 4 comments

Comments

@ctrochalakis
Copy link

Hello :)

I am trying to tail the same file twice but there seems to be a problem, here is a gist describing it http://gist.github.com/458403

Any ideas?

@jordansissel
Copy link
Owner

Known issue with eventmachine - mainly that you can only register one callback for any given watch.

Adding a way to register multiple callbacks per watch should be easy enough to do. I'll work on that.

@jordansissel
Copy link
Owner

Just an FYi, I'm still aware of this issue and will fix it soon.

@ileitch
Copy link

ileitch commented Jun 16, 2013

Any update on this?

@jordansissel
Copy link
Owner

I use 'filewatch' now instead of eventmachine-tail. I'll take patches, but don't have any immediate plans to improve this library further myself.

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

No branches or pull requests

3 participants