-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
There are some old and history event data in the cache folder
C:\Users\myuser\AppData\Local\segment.data.
It will only upload the latest generated cached file when Flush() is called.
The old file data would not be uploaded.
For instance, the two files are generated before. but it's not uploaded when Flush() is called.
Also, one question from this:
How does Flush() work?
It doesn't scan the cached folder according to the source code?
public virtual void Flush() => Apply(plugin =>
{
if (plugin is EventPlugin eventPlugin)
{
eventPlugin.Flush();
}
});
Metadata
Metadata
Assignees
Labels
No labels