Skip to content

StopAtEOF does not function as expected.Β #37

Open
@CalebRolland

Description

@CalebRolland

Hello,

Maybe I am I misunderstand the purpose of the StopAtEOF function, but my expectation is the file would continue reading until the end of the file is reached after the function is called.

The current behavior is: the tailer will continue to go through each line, but the lines are never sent to the Lines channel because of this case switch:

tail/tail.go

Line 432 in 6abd9f9

case <-tail.Dying():

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions