-
Notifications
You must be signed in to change notification settings - Fork 0
Question about sessions and events. #15
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
Hello, in the code I see this:
Session stats should persist across application restarts to maintain accurate totals.
Normally, between two launches, the session variables should be reset to 0, right?
Otherwise, the total_uploaded is always equal to session_uploaded.
Couldn't the tracker detect that between two announcements there are for example 48 hours (time between two starts of the application) and we return the same value as if we had never stopped?
I have also seen in other projects a management of "started", "completed" and "stopped" events.
What is the situation? not mandatory?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested