Bartalog / cool-maze

A quick mobile-to-desktop share capability, through matrix barcode
Apache License 2.0
2 stars 6 forks source link

Stat nth_share not starting at 1 (Android) #548

Open Deleplace opened 1 year ago

Deleplace commented 1 year ago

The first user stat having a non-null nth_share often has nth_share=2 instead of nth_share=1.

This may be related to the Sample Photo action, which may increase the counter but not sent it to the server.

Deleplace commented 1 year ago

Strange behaviour:

Deleplace commented 1 year ago

The mobile is launching 2 requests to /wakeup, with different nth, at the same instant.

Deleplace commented 1 year ago

Maybe onResume() is called once more when the permission modal "Allow camera?" is triggered?