Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions from users #6

Open
nicolaseberle opened this issue May 17, 2020 · 1 comment
Open

Questions from users #6

nicolaseberle opened this issue May 17, 2020 · 1 comment

Comments

@nicolaseberle
Copy link
Collaborator

Issues found:

  1. First opening the app it sometimes starts collecting the locations and putting it into the queue. Sometimes it just don't start collection at all.
  2. The app does not send info to the server automatically as expected. It sends a fist location when the app opens and then don't send anymore.
  3. When able to start the collection the send interval does not work as expected. It just keeps collecting and never sends. This goes until the app stops collecting location and resets. For example, with 'send interval=2 minutes' the last sent is 8 minutes ad increasing until the app resets. Not a hard reset as reopening the app. But a soft reset where it just clears all the fields.
@nicolaseberle
Copy link
Collaborator Author

Answers:

  1. "Sometimes it just don't start collection at all." I'm surprised. Don't expect data to be collected on a regular basis if you are in the same radius. The application is optimized to avoid discharging the phone battery. Without moving, the application will not collect data.
  2. That depends on parameters. "Normally", the batch of location is sent when the size of the queue is reached or when phone activity changes (move->stationary). interval plays here. it corresponds to the time to wait for a change before sending the data.
  3. I've been bringing this up. thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant