- 
                Notifications
    You must be signed in to change notification settings 
- Fork 44
Open
Labels
Description
When we use this library (which is great), we still have to add some code to fs.stat the file once an inotify event occurs.
We must do this because larger files when copied come across the TCP pipe in smaller buffers until the file is completely written. We created some timeout events to make this work. Perhaps some attention can be put into addressing the idea of creating a custom EventEmitter or something of that nature when a file is completely written.