Replies: 3 comments 3 replies
-
Solved, Collecting the diffIn , diffOut on a prefferred schedule did the job. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Discrepencies occured, digged into deeper , looks like these values depend on TrafficHistory datapoint, which is created during the start of the VPN Service...Any thoughts how can this be accomplished ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am not understanding the problem you are trying to solve. WorkManager is an Android service. I am not sure how that relates to my app. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I wonder if anyone tried collecting the bandwidth usage for wifi/mobile data not being session dependant ?
Like for example, setting up a 1hour periodic work with WorkManager, that will create a datapoint, get the current usage & send to 3rd party api, next hour the worker will reset the counter & repeat the procedure.
This model should work, basicly the question is How do i reset the traffic counters while the client is CONNECTED ?
Beta Was this translation helpful? Give feedback.
All reactions