-
Notifications
You must be signed in to change notification settings - Fork 508
Open
Labels
Description
Hi,
Nice library!
I'd like to be able to tell when the file is reopened. However having to deal with an event (channel, error code, ...) in case of reopen feels like a kludge. What about simply adding a byte position of the start of each line in the Line
structure. There is already the timestamp. This way users can detect when the file was reopened because the position is no longer monotonically increasing.
What do you think?