eventmachine-tail
eventmachine-tail copied to clipboard
module doesn't work when tailing the same file twice
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?
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.
Just an FYi, I'm still aware of this issue and will fix it soon.
Any update on this?
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.