Skip to content

changes after reaching EOF are not detected with fsnotify and polling on win32 #31

@0x001D

Description

@0x001D

even for a simple example like:

t, err := tail.TailFile("/var/log/nginx.log", tail.Config{Follow: true})
for line := range t.Lines {
    fmt.Println(line.Text)
}

after reading the file to tail, changes after reaching EOF are not detected with fsnotify and polling.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions